Html Css Color HEX #E8196C Ruby

📋 copy color: '#E8196C'

red 232 ◦ green 25 ◦ blue 108

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

Shades of Ruby #E8196C

Tints of Ruby #E8196C

RGB

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

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

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

R = 63.56%
G = 6.85%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8196C (or 0xE8196C) is known color: Ruby. HEX triplet: E8, 19 and 6C. RGB value is (232,25,108). Sum of RGB (Red+Green+Blue) = 232+25+108=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E8196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8196C is #17E693. Grayscale: #606060. Windows color (decimal): -1566356 or 7084520. OLE color: 7084520.

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

Color convert

RGB 232 25 108 -
CMYK 0 0.89 0.53 0.09
HSL 335.94º 0.82% 0.5% -
HSV(B) 335.94º 0.89% 0.91% -
XYZ 36.33 18.93 15.93 -
YUV 96.36 134.58 224.75 -
System Red Green Blue C M Y K H S L
Decimal 232 25 108 0 0.89 0.53 0.09 335.94 0.82 0.5
Hex E8 19 6C 0 59 35 9 150 52 32
Octal 350 31 154 0 131 65 11 520 122 62
Binary 11101000 11001 1101100 0 1011001 110101 1001 101010000 1010010 110010

Color Harmonies of #E8196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8196C

Black with #E8196C

Text Example


Text Example

White with #E8196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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