Html Css Color HEX #E5186A Ruby

📋 copy color: '#E5186A'

red 229 ◦ green 24 ◦ blue 106

#E5186A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E5186A

Tints of Ruby #E5186A

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.8% from 255) = 29.53%

R = 63.79%
G = 6.69%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5186A (or 0xE5186A) is known color: 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

RGB 229 24 106 -
CMYK 0 0.90 0.54 0.10
HSL 336º 0.81% 0.5% -
HSV(B) 336º 0.9% 0.9% -
XYZ 35.24 18.35 15.32 -
YUV 94.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 229 24 106 0 0.90 0.54 0.10 336 0.81 0.5
Hex E5 18 6A 0 5A 36 A 150 51 32
Octal 345 30 152 0 132 66 12 520 121 62
Binary 11100101 11000 1101010 0 1011010 110110 1010 101010000 1010001 110010

Color Harmonies of #E5186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5186A

Black with #E5186A

Text Example


Text Example

White with #E5186A

Text Example


Text Example

HTML Codes & Css Web 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>