Html Css Color HEX #E5196D Ruby

📋 copy color: '#E5196D'

red 229 ◦ green 25 ◦ blue 109

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

Shades of Ruby #E5196D

Tints of Ruby #E5196D

RGB

 RED value IS 229 (89.84% from 255) = 63.09%

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 63.09%
G = 6.89%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5196D (or 0xE5196D) is known color: Ruby. HEX triplet: E5, 19 and 6D. RGB value is (229,25,109). Sum of RGB (Red+Green+Blue) = 229+25+109=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E5196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5196D is #1AE692. Grayscale: #5F5F5F. Windows color (decimal): -1762963 or 7150053. OLE color: 7150053.

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

Color convert

RGB 229 25 109 -
CMYK 0 0.89 0.52 0.10
HSL 335.29º 0.8% 0.5% -
HSV(B) 335.29º 0.89% 0.9% -
XYZ 35.42 18.46 16.16 -
YUV 95.57 135.59 223.17 -
System Red Green Blue C M Y K H S L
Decimal 229 25 109 0 0.89 0.52 0.10 335.29 0.8 0.5
Hex E5 19 6D 0 59 34 A 14F 50 32
Octal 345 31 155 0 131 64 12 517 120 62
Binary 11100101 11001 1101101 0 1011001 110100 1010 101001111 1010000 110010

Color Harmonies of #E5196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5196D

Black with #E5196D

Text Example


Text Example

White with #E5196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5196D; }

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

 H1.HeaderClassName
 {
   color: #E5196D;
 }
 .AnyTagClassName
 {
   color: #E5196D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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