#e50f70

Color #E50F70 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E50F70

Tints of Ruby #E50F70

Color information

#E50F70 (or 0xE50F70) is unknown color: approx Ruby. HEX triplet: E5, 0F and 70. RGB value is (229,15,112). Sum of RGB (Red+Green+Blue) = 229+15+112=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F70 is #1AF08F. Grayscale: #595959. Windows color (decimal): -1765520 or 7344101. OLE color: 7344101.

HSL color Cylindrical-coordinate representation of color #E50F70: hue angle of 332.8º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F70 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB22915112-
CMYK00.930.510.10
HSL332.8º87.7%47.84%-
HSV(B)332.8º93.45%89.8%-
XYZ35.4118.1716.97-
YUV90.04140.4227.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 64.33%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=64.33%
G=4.21%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291511200.930.510.10332.887.747.84
HexE5F7005D33A14d5830
Octal345171600135631251513060
Binary11100101111111100000101110111001110101010011011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50f70; }

 p { color: rgb(229,15,112); }

 H1.HeaderClassName
 {
   color: #e50f70;
 }
 .AnyTagClassName
 {
   color: #e50f70;
 }
</style>
background-color css

<style>
 a { background-color: #e50f70; }

 a { background-color: rgb(229,15,112); }

 div.DivClassName
 {
   background-color: #e50f70;
 }
 .BgClassName
 {
   background-color: #e50f70;
 }
</style>
border-color css

<style>
 span { border-color: #e50f70; }

 span { border-color: rgb(229,15,112); }

 td.TdClassName
 {
   border-color: #e50f70;
 }
 .TagClassName
 {
   border-color: #e50f70;
 }
</style>