#E5186D

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

Shades of Ruby #E5186D

Tints of Ruby #E5186D

Color information

#E5186D (or 0xE5186D) is unknown color: approx Ruby. HEX triplet: E5, 18 and 6D. RGB value is (229,24,109). Sum of RGB (Red+Green+Blue) = 229+24+109=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5186D is #1AE792. Grayscale: #5E5E5E. Windows color (decimal): -1763219 or 7149797. OLE color: 7149797.

HSL color Cylindrical-coordinate representation of color #E5186D: hue angle of 335.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5186D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22924109-
CMYK00.900.520.10
HSL335.12º81.03%49.61%-
HSV(B)335.12º89.52%89.8%-
XYZ35.418.4216.16-
YUV94.98135.92223.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.26%
GREEN value IS 24 (9.77% from 255) = 6.63%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=63.26%
G=6.63%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292410900.900.520.10335.1281.0349.61
HexE5186D05A34A14f5132
Octal345301550132641251712162
Binary111001011100011011010101101011010010101010011111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5186D; }

 p { color: rgb(229,24,109); }

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

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

 a { background-color: rgb(229,24,109); }

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

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

 span { border-color: rgb(229,24,109); }

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