Html Css Color HEX #E1196C Ruby

📋 copy color: '#E1196C'

red 225 ◦ green 25 ◦ blue 108

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

Shades of Ruby #E1196C

Tints of Ruby #E1196C

RGB

 RED value IS 225 (88.28% from 255) = 62.85%

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 62.85%
G = 6.98%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1196C (or 0xE1196C) is known color: Ruby. HEX triplet: E1, 19 and 6C. RGB value is (225,25,108). Sum of RGB (Red+Green+Blue) = 225+25+108=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1196C is #1EE693. Grayscale: #5E5E5E. Windows color (decimal): -2025108 or 7084513. OLE color: 7084513.

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

Color convert

RGB 225 25 108 -
CMYK 0 0.89 0.52 0.12
HSL 335.1º 0.8% 0.49% -
HSV(B) 335.1º 0.89% 0.88% -
XYZ 34.11 17.79 15.82 -
YUV 94.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 225 25 108 0 0.89 0.52 0.12 335.1 0.8 0.49
Hex E1 19 6C 0 59 34 C 14F 50 31
Octal 341 31 154 0 131 64 14 517 120 61
Binary 11100001 11001 1101100 0 1011001 110100 1100 101001111 1010000 110001

Color Harmonies of #E1196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1196C

Black with #E1196C

Text Example


Text Example

White with #E1196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1196C; }

 p { color: rgb(225,25,108); }

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

background-color css

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

 a { background-color: rgb(225,25,108); }

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

border-color css

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

 span { border-color: rgb(225,25,108); }

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