Html Css Color HEX #E9196B Ruby

📋 copy color: '#E9196B'

red 233 ◦ green 25 ◦ blue 107

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

Shades of Ruby #E9196B

Tints of Ruby #E9196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 63.84%
G = 6.85%
B = 29.32%

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

#E9196B (or 0xE9196B) is known color: Ruby. HEX triplet: E9, 19 and 6B. RGB value is (233,25,107). Sum of RGB (Red+Green+Blue) = 233+25+107=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9196B is #16E694. Grayscale: #606060. Windows color (decimal): -1500821 or 7018985. OLE color: 7018985.

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

Color convert

RGB 233 25 107 -
CMYK 0 0.89 0.54 0.09
HSL 336.35º 0.83% 0.51% -
HSV(B) 336.35º 0.89% 0.91% -
XYZ 36.61 19.08 15.66 -
YUV 96.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 233 25 107 0 0.89 0.54 0.09 336.35 0.83 0.51
Hex E9 19 6B 0 59 36 9 150 53 33
Octal 351 31 153 0 131 66 11 520 123 63
Binary 11101001 11001 1101011 0 1011001 110110 1001 101010000 1010011 110011

Color Harmonies of #E9196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9196B

Black with #E9196B

Text Example


Text Example

White with #E9196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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