#E11272

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

Shades of Ruby #E11272

Tints of Ruby #E11272

Color information

#E11272 (or 0xE11272) is unknown color: approx Ruby. HEX triplet: E1, 12 and 72. RGB value is (225,18,114). Sum of RGB (Red+Green+Blue) = 225+18+114=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11272 is #1EED8D. Grayscale: #5A5A5A. Windows color (decimal): -2026894 or 7475937. OLE color: 7475937.

HSL color Cylindrical-coordinate representation of color #E11272: hue angle of 332.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11272 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22518114-
CMYK00.920.490.12
HSL332.17º85.19%47.65%-
HSV(B)332.17º92%88.24%-
XYZ34.317.6617.52-
YUV90.84141.08223.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.03%
GREEN value IS 18 (7.42% from 255) = 5.04%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=63.03%
G=5.04%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251811400.920.490.12332.1785.1947.65
HexE1127205C31C14c5530
Octal341221620134611451412560
Binary111000011001011100100101110011000111001010011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11272; }

 p { color: rgb(225,18,114); }

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

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

 a { background-color: rgb(225,18,114); }

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

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

 span { border-color: rgb(225,18,114); }

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