#E11270

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

Shades of Ruby #E11270

Tints of Ruby #E11270

Color information

#E11270 (or 0xE11270) is unknown color: approx Ruby. HEX triplet: E1, 12 and 70. RGB value is (225,18,112). Sum of RGB (Red+Green+Blue) = 225+18+112=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E11270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11270 is #1EED8F. Grayscale: #5A5A5A. Windows color (decimal): -2026896 or 7344865. OLE color: 7344865.

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

Color convert

RGB22518112-
CMYK00.920.500.12
HSL332.75º85.19%47.65%-
HSV(B)332.75º92%88.24%-
XYZ34.1917.6116.93-
YUV90.61140.08223.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.38%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=63.38%
G=5.07%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251811200.920.500.12332.7585.1947.65
HexE1127005C32C14d5530
Octal341221600134621451512560
Binary111000011001011100000101110011001011001010011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11270; }

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

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

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

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

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

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

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

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