Html Css Color HEX #E5196A Ruby

📋 copy color: '#E5196A'

red 229 ◦ green 25 ◦ blue 106

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

Shades of Ruby #E5196A

Tints of Ruby #E5196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 63.61%
G = 6.94%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5196A (or 0xE5196A) is known color: Ruby. HEX triplet: E5, 19 and 6A. RGB value is (229,25,106). Sum of RGB (Red+Green+Blue) = 229+25+106=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5196A is #1AE695. Grayscale: #5F5F5F. Windows color (decimal): -1762966 or 6953445. OLE color: 6953445.

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

Color convert

RGB 229 25 106 -
CMYK 0 0.89 0.54 0.10
HSL 336.18º 0.8% 0.5% -
HSV(B) 336.18º 0.89% 0.9% -
XYZ 35.26 18.39 15.33 -
YUV 95.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 229 25 106 0 0.89 0.54 0.10 336.18 0.8 0.5
Hex E5 19 6A 0 59 36 A 150 50 32
Octal 345 31 152 0 131 66 12 520 120 62
Binary 11100101 11001 1101010 0 1011001 110110 1010 101010000 1010000 110010

Color Harmonies of #E5196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5196A

Black with #E5196A

Text Example


Text Example

White with #E5196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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