#e11d76

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

Shades of Ruby #E11D76

Tints of Ruby #E11D76

Color information

#E11D76 (or 0xE11D76) is unknown color: approx Ruby. HEX triplet: E1, 1D and 76. RGB value is (225,29,118). Sum of RGB (Red+Green+Blue) = 225+29+118=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D76 is #1EE289. Grayscale: #616161. Windows color (decimal): -2024074 or 7740897. OLE color: 7740897.

HSL color Cylindrical-coordinate representation of color #E11D76: hue angle of 332.76º degrees, saturation: 0.77, 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 #E11D76 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22529118-
CMYK00.870.480.12
HSL332.76º77.17%49.8%-
HSV(B)332.76º87.11%88.24%-
XYZ34.7618.1918.82-
YUV97.75139.43218.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 29 (11.72% from 255) = 7.80%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=60.48%
G=7.80%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252911800.870.480.12332.7677.1749.8
HexE11D7605730C14d4d32
Octal341351660127601451511562
Binary111000011110111101100101011111000011001010011011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11d76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11d76; }

 p { color: rgb(225,29,118); }

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

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

 a { background-color: rgb(225,29,118); }

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

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

 span { border-color: rgb(225,29,118); }

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