Html Css Color HEX #E8196F Ruby

📋 copy color: '#E8196F'

red 232 ◦ green 25 ◦ blue 111

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

Shades of Ruby #E8196F

Tints of Ruby #E8196F

RGB

 RED value IS 232 (91.02% from 255) = 63.04%

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 63.04%
G = 6.79%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E8196F (or 0xE8196F) is known color: Ruby. HEX triplet: E8, 19 and 6F. RGB value is (232,25,111). Sum of RGB (Red+Green+Blue) = 232+25+111=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E8196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8196F is #17E690. Grayscale: #606060. Windows color (decimal): -1566353 or 7281128. OLE color: 7281128.

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

Color convert

RGB 232 25 111 -
CMYK 0 0.89 0.52 0.09
HSL 335.07º 0.82% 0.5% -
HSV(B) 335.07º 0.89% 0.91% -
XYZ 36.5 19 16.78 -
YUV 96.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 232 25 111 0 0.89 0.52 0.09 335.07 0.82 0.5
Hex E8 19 6F 0 59 34 9 14F 52 32
Octal 350 31 157 0 131 64 11 517 122 62
Binary 11101000 11001 1101111 0 1011001 110100 1001 101001111 1010010 110010

Color Harmonies of #E8196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8196F

Black with #E8196F

Text Example


Text Example

White with #E8196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8196F; }

 p { color: rgb(232,25,111); }

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

background-color css

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

 a { background-color: rgb(232,25,111); }

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

border-color css

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

 span { border-color: rgb(232,25,111); }

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