#e01e76

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

Shades of Ruby #E01E76

Tints of Ruby #E01E76

Color information

#E01E76 (or 0xE01E76) is unknown color: approx Ruby. HEX triplet: E0, 1E and 76. RGB value is (224,30,118). Sum of RGB (Red+Green+Blue) = 224+30+118=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E76 is #1FE189. Grayscale: #616161. Windows color (decimal): -2089354 or 7741152. OLE color: 7741152.

HSL color Cylindrical-coordinate representation of color #E01E76: hue angle of 332.78º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E76 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB22430118-
CMYK00.870.470.12
HSL332.78º76.38%49.8%-
HSV(B)332.78º86.61%87.84%-
XYZ34.4718.0818.81-
YUV98.04139.27217.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.22%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=60.22%
G=8.06%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243011800.870.470.12332.7876.3849.8
HexE01E760572FC14d4c32
Octal340361660127571451511462
Binary111000001111011101100101011110111111001010011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e76; }

 p { color: rgb(224,30,118); }

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

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

 a { background-color: rgb(224,30,118); }

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

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

 span { border-color: rgb(224,30,118); }

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