Html Css Color HEX #E96177 Froly

📋 copy color: '#E96177'

red 233 ◦ green 97 ◦ blue 119

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

Shades of Froly #E96177

Tints of Froly #E96177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

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

R = 51.89%
G = 21.6%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96177 (or 0xE96177) is known color: Froly. HEX triplet: E9, 61 and 77. RGB value is (233,97,119). Sum of RGB (Red+Green+Blue) = 233+97+119=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96177 is #169E88. Grayscale: #8C8C8C. Windows color (decimal): -1482377 or 7823849. OLE color: 7823849.

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

Color convert

RGB 233 97 119 -
CMYK 0 0.58 0.49 0.09
HSL 350.29º 0.76% 0.65% -
HSV(B) 350.29º 0.58% 0.91% -
XYZ 41.21 27.2 20.53 -
YUV 140.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 233 97 119 0 0.58 0.49 0.09 350.29 0.76 0.65
Hex E9 61 77 0 3A 31 9 15E 4C 41
Octal 351 141 167 0 72 61 11 536 114 101
Binary 11101001 1100001 1110111 0 111010 110001 1001 101011110 1001100 1000001

Color Harmonies of #E96177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96177

Black with #E96177

Text Example


Text Example

White with #E96177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96177; }

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

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

background-color css

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

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

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

border-color css

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

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

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