Html Css Color HEX #E9196A Ruby

📋 copy color: '#E9196A'

red 233 ◦ green 25 ◦ blue 106

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

Shades of Ruby #E9196A

Tints of Ruby #E9196A

RGB

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

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

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

R = 64.01%
G = 6.87%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9196A (or 0xE9196A) is known color: Ruby. HEX triplet: E9, 19 and 6A. RGB value is (233,25,106). Sum of RGB (Red+Green+Blue) = 233+25+106=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9196A is #16E695. Grayscale: #606060. Windows color (decimal): -1500822 or 6953449. OLE color: 6953449.

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

Color convert

RGB 233 25 106 -
CMYK 0 0.89 0.55 0.09
HSL 336.63º 0.83% 0.51% -
HSV(B) 336.63º 0.89% 0.91% -
XYZ 36.55 19.06 15.39 -
YUV 96.43 133.41 225.41 -
System Red Green Blue C M Y K H S L
Decimal 233 25 106 0 0.89 0.55 0.09 336.63 0.83 0.51
Hex E9 19 6A 0 59 37 9 151 53 33
Octal 351 31 152 0 131 67 11 521 123 63
Binary 11101001 11001 1101010 0 1011001 110111 1001 101010001 1010011 110011

Color Harmonies of #E9196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9196A

Black with #E9196A

Text Example


Text Example

White with #E9196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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