Html Css Color HEX #E9196C Ruby

📋 copy color: '#E9196C'

red 233 ◦ green 25 ◦ blue 108

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

Shades of Ruby #E9196C

Tints of Ruby #E9196C

RGB

 RED value IS 233 (91.41% from 255) = 63.66%

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

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

R = 63.66%
G = 6.83%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9196C (or 0xE9196C) is known color: Ruby. HEX triplet: E9, 19 and 6C. RGB value is (233,25,108). Sum of RGB (Red+Green+Blue) = 233+25+108=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9196C is #16E693. Grayscale: #606060. Windows color (decimal): -1500820 or 7084521. OLE color: 7084521.

HSL color Cylindrical-coordinate representation of color #E9196C: hue angle of 336.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9196C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 25 108 -
CMYK 0 0.89 0.54 0.09
HSL 336.06º 0.83% 0.51% -
HSV(B) 336.06º 0.89% 0.91% -
XYZ 36.66 19.1 15.94 -
YUV 96.65 134.41 225.25 -
System Red Green Blue C M Y K H S L
Decimal 233 25 108 0 0.89 0.54 0.09 336.06 0.83 0.51
Hex E9 19 6C 0 59 36 9 150 53 33
Octal 351 31 154 0 131 66 11 520 123 63
Binary 11101001 11001 1101100 0 1011001 110110 1001 101010000 1010011 110011

Color Harmonies of #E9196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9196C

Black with #E9196C

Text Example


Text Example

White with #E9196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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