Html Css Color HEX #E96877 Froly

📋 copy color: '#E96877'

red 233 ◦ green 104 ◦ blue 119

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

Shades of Froly #E96877

Tints of Froly #E96877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 51.1%
G = 22.81%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96877 (or 0xE96877) is known color: Froly. HEX triplet: E9, 68 and 77. RGB value is (233,104,119). Sum of RGB (Red+Green+Blue) = 233+104+119=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E96877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96877 is #169788. Grayscale: #909090. Windows color (decimal): -1480585 or 7825641. OLE color: 7825641.

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

Color convert

RGB 233 104 119 -
CMYK 0 0.55 0.49 0.09
HSL 353.02º 0.75% 0.66% -
HSV(B) 353.02º 0.55% 0.91% -
XYZ 41.88 28.56 20.76 -
YUV 144.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 233 104 119 0 0.55 0.49 0.09 353.02 0.75 0.66
Hex E9 68 77 0 37 31 9 161 4B 42
Octal 351 150 167 0 67 61 11 541 113 102
Binary 11101001 1101000 1110111 0 110111 110001 1001 101100001 1001011 1000010

Color Harmonies of #E96877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96877

Black with #E96877

Text Example


Text Example

White with #E96877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96877; }

 p { color: rgb(233,104,119); }

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

background-color css

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

 a { background-color: rgb(233,104,119); }

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

border-color css

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

 span { border-color: rgb(233,104,119); }

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