Html Css Color HEX #E96179 Froly

📋 copy color: '#E96179'

red 233 ◦ green 97 ◦ blue 121

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

Shades of Froly #E96179

Tints of Froly #E96179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 51.66%
G = 21.51%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E96179 (or 0xE96179) is known color: Froly. HEX triplet: E9, 61 and 79. RGB value is (233,97,121). Sum of RGB (Red+Green+Blue) = 233+97+121=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E96179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96179 is #169E86. Grayscale: #8C8C8C. Windows color (decimal): -1482375 or 7954921. OLE color: 7954921.

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

Color convert

RGB 233 97 121 -
CMYK 0 0.58 0.48 0.09
HSL 349.41º 0.76% 0.65% -
HSV(B) 349.41º 0.58% 0.91% -
XYZ 41.33 27.25 21.17 -
YUV 140.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 233 97 121 0 0.58 0.48 0.09 349.41 0.76 0.65
Hex E9 61 79 0 3A 30 9 15D 4C 41
Octal 351 141 171 0 72 60 11 535 114 101
Binary 11101001 1100001 1111001 0 111010 110000 1001 101011101 1001100 1000001

Color Harmonies of #E96179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96179

Black with #E96179

Text Example


Text Example

White with #E96179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96179; }

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

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

background-color css

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

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

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

border-color css

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

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

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