#E11471

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

Shades of Ruby #E11471

Tints of Ruby #E11471

Color information

#E11471 (or 0xE11471) is unknown color: approx Ruby. HEX triplet: E1, 14 and 71. RGB value is (225,20,113). Sum of RGB (Red+Green+Blue) = 225+20+113=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11471 is #1EEB8E. Grayscale: #5B5B5B. Windows color (decimal): -2026383 or 7410913. OLE color: 7410913.

HSL color Cylindrical-coordinate representation of color #E11471: hue angle of 332.78º 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 #E11471 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB22520113-
CMYK00.910.500.12
HSL332.78º83.67%48.04%-
HSV(B)332.78º91.11%88.24%-
XYZ34.2817.717.23-
YUV91.9139.92222.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.85%
GREEN value IS 20 (8.20% from 255) = 5.59%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=62.85%
G=5.59%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252011300.910.500.12332.7883.6748.04
HexE1147105B32C14d5430
Octal341241610133621451512460
Binary111000011010011100010101101111001011001010011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11471; }

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

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

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

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

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

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

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

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