#E5186A

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

Shades of Ruby #E5186A

Tints of Ruby #E5186A

Color information

#E5186A (or 0xE5186A) is unknown color: approx Ruby. HEX triplet: E5, 18 and 6A. RGB value is (229,24,106). Sum of RGB (Red+Green+Blue) = 229+24+106=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5186A is #1AE795. Grayscale: #5E5E5E. Windows color (decimal): -1763222 or 6953189. OLE color: 6953189.

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

Color convert

RGB22924106-
CMYK00.900.540.10
HSL336º81.03%49.61%-
HSV(B)336º89.52%89.8%-
XYZ35.2418.3515.32-
YUV94.64134.42223.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.79%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=63.79%
G=6.69%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292410600.900.540.1033681.0349.61
HexE5186A05A36A1505132
Octal345301520132661252012162
Binary111001011100011010100101101011011010101010100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5186A; }

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

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

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

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

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

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

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

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