Html Css Color HEX #E77479 Froly

📋 copy color: '#E77479'

red 231 ◦ green 116 ◦ blue 121

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

Shades of Froly #E77479

Tints of Froly #E77479

RGB

 RED value IS 231 (90.63% from 255) = 49.36%

 GREEN value IS 116 (45.7% from 255) = 24.79%

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

R = 49.36%
G = 24.79%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77479 (or 0xE77479) is known color: Froly. HEX triplet: E7, 74 and 79. RGB value is (231,116,121). Sum of RGB (Red+Green+Blue) = 231+116+121=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77479 is #188B86. Grayscale: #979797. Windows color (decimal): -1608583 or 7959783. OLE color: 7959783.

HSL color Cylindrical-coordinate representation of color #E77479: hue angle of 357.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77479 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 121 -
CMYK 0 0.50 0.48 0.09
HSL 357.39º 0.71% 0.68% -
HSV(B) 357.39º 0.5% 0.91% -
XYZ 42.65 30.86 21.8 -
YUV 150.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 231 116 121 0 0.50 0.48 0.09 357.39 0.71 0.68
Hex E7 74 79 0 32 30 9 165 47 44
Octal 347 164 171 0 62 60 11 545 107 104
Binary 11100111 1110100 1111001 0 110010 110000 1001 101100101 1000111 1000100

Color Harmonies of #E77479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77479

Black with #E77479

Text Example


Text Example

White with #E77479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77479; }

 p { color: rgb(231,116,121); }

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

background-color css

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

 a { background-color: rgb(231,116,121); }

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

border-color css

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

 span { border-color: rgb(231,116,121); }

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