Html Css Color HEX #E96B76 Froly

📋 copy color: '#E96B76'

red 233 ◦ green 107 ◦ blue 118

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

Shades of Froly #E96B76

Tints of Froly #E96B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.36%

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 50.87%
G = 23.36%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96B76 (or 0xE96B76) is known color: Froly. HEX triplet: E9, 6B and 76. RGB value is (233,107,118). Sum of RGB (Red+Green+Blue) = 233+107+118=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B76 is #169489. Grayscale: #929292. Windows color (decimal): -1479818 or 7760873. OLE color: 7760873.

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

Color convert

RGB 233 107 118 -
CMYK 0 0.54 0.49 0.09
HSL 354.76º 0.74% 0.67% -
HSV(B) 354.76º 0.54% 0.91% -
XYZ 42.13 29.15 20.54 -
YUV 145.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 233 107 118 0 0.54 0.49 0.09 354.76 0.74 0.67
Hex E9 6B 76 0 36 31 9 163 4A 43
Octal 351 153 166 0 66 61 11 543 112 103
Binary 11101001 1101011 1110110 0 110110 110001 1001 101100011 1001010 1000011

Color Harmonies of #E96B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B76

Black with #E96B76

Text Example


Text Example

White with #E96B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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