Html Css Color HEX #E77080 Froly

📋 copy color: '#E77080'

red 231 ◦ green 112 ◦ blue 128

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

Shades of Froly #E77080

Tints of Froly #E77080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 49.04%
G = 23.78%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77080 (or 0xE77080) is known color: Froly. HEX triplet: E7, 70 and 80. RGB value is (231,112,128). Sum of RGB (Red+Green+Blue) = 231+112+128=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E77080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77080 is #188F7F. Grayscale: #959595. Windows color (decimal): -1609600 or 8417511. OLE color: 8417511.

HSL color Cylindrical-coordinate representation of color #E77080: hue angle of 351.93º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77080 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 128 -
CMYK 0 0.52 0.45 0.09
HSL 351.93º 0.71% 0.67% -
HSV(B) 351.93º 0.52% 0.91% -
XYZ 42.65 30.14 23.99 -
YUV 149.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 231 112 128 0 0.52 0.45 0.09 351.93 0.71 0.67
Hex E7 70 80 0 34 2D 9 160 47 43
Octal 347 160 200 0 64 55 11 540 107 103
Binary 11100111 1110000 10000000 0 110100 101101 1001 101100000 1000111 1000011

Color Harmonies of #E77080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77080

Black with #E77080

Text Example


Text Example

White with #E77080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77080; }

 p { color: rgb(231,112,128); }

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

background-color css

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

 a { background-color: rgb(231,112,128); }

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

border-color css

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

 span { border-color: rgb(231,112,128); }

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