Html Css Color HEX #E96576 Froly

📋 copy color: '#E96576'

red 233 ◦ green 101 ◦ blue 118

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

Shades of Froly #E96576

Tints of Froly #E96576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

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

R = 51.55%
G = 22.35%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96576 (or 0xE96576) is known color: Froly. HEX triplet: E9, 65 and 76. RGB value is (233,101,118). Sum of RGB (Red+Green+Blue) = 233+101+118=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E96576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96576 is #169A89. Grayscale: #8E8E8E. Windows color (decimal): -1481354 or 7759337. OLE color: 7759337.

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

Color convert

RGB 233 101 118 -
CMYK 0 0.57 0.49 0.09
HSL 352.27º 0.75% 0.65% -
HSV(B) 352.27º 0.57% 0.91% -
XYZ 41.53 27.94 20.34 -
YUV 142.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 233 101 118 0 0.57 0.49 0.09 352.27 0.75 0.65
Hex E9 65 76 0 39 31 9 160 4B 41
Octal 351 145 166 0 71 61 11 540 113 101
Binary 11101001 1100101 1110110 0 111001 110001 1001 101100000 1001011 1000001

Color Harmonies of #E96576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96576

Black with #E96576

Text Example


Text Example

White with #E96576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96576; }

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

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

background-color css

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

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

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

border-color css

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

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

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