#E5186C

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

Shades of Ruby #E5186C

Tints of Ruby #E5186C

Color information

#E5186C (or 0xE5186C) is unknown color: approx Ruby. HEX triplet: E5, 18 and 6C. RGB value is (229,24,108). Sum of RGB (Red+Green+Blue) = 229+24+108=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5186C is #1AE793. Grayscale: #5E5E5E. Windows color (decimal): -1763220 or 7084261. OLE color: 7084261.

HSL color Cylindrical-coordinate representation of color #E5186C: hue angle of 335.41º 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 #E5186C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB22924108-
CMYK00.900.530.10
HSL335.41º81.03%49.61%-
HSV(B)335.41º89.52%89.8%-
XYZ35.3518.3915.87-
YUV94.87135.42223.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.43%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=63.43%
G=6.65%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292410800.900.530.10335.4181.0349.61
HexE5186C05A35A14f5132
Octal345301540132651251712162
Binary111001011100011011000101101011010110101010011111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5186C; }

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

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

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

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

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

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

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

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