#E11472

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

Shades of Ruby #E11472

Tints of Ruby #E11472

Color information

#E11472 (or 0xE11472) is unknown color: approx Ruby. HEX triplet: E1, 14 and 72. RGB value is (225,20,114). Sum of RGB (Red+Green+Blue) = 225+20+114=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11472 is #1EEB8D. Grayscale: #5B5B5B. Windows color (decimal): -2026382 or 7476449. OLE color: 7476449.

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

Color convert

RGB22520114-
CMYK00.910.490.12
HSL332.49º83.67%48.04%-
HSV(B)332.49º91.11%88.24%-
XYZ34.3417.7217.53-
YUV92.01140.42222.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=62.67%
G=5.57%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252011400.910.490.12332.4983.6748.04
HexE1147205B31C14c5430
Octal341241620133611451412460
Binary111000011010011100100101101111000111001010011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11472; }

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

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

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

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

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

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

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

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