Html Css Color HEX #E77980 Froly

📋 copy color: '#E77980'

red 231 ◦ green 121 ◦ blue 128

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

Shades of Froly #E77980

Tints of Froly #E77980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

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

R = 48.13%
G = 25.21%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77980 (or 0xE77980) is known color: Froly. HEX triplet: E7, 79 and 80. RGB value is (231,121,128). Sum of RGB (Red+Green+Blue) = 231+121+128=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77980 is #18867F. Grayscale: #9A9A9A. Windows color (decimal): -1607296 or 8419815. OLE color: 8419815.

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

Color convert

RGB 231 121 128 -
CMYK 0 0.48 0.45 0.09
HSL 356.18º 0.7% 0.69% -
HSV(B) 356.18º 0.48% 0.91% -
XYZ 43.69 32.22 24.34 -
YUV 154.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 231 121 128 0 0.48 0.45 0.09 356.18 0.7 0.69
Hex E7 79 80 0 30 2D 9 164 46 45
Octal 347 171 200 0 60 55 11 544 106 105
Binary 11100111 1111001 10000000 0 110000 101101 1001 101100100 1000110 1000101

Color Harmonies of #E77980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77980

Black with #E77980

Text Example


Text Example

White with #E77980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77980; }

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

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

background-color css

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

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

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

border-color css

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

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

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