Html Css Color HEX #E57880 Froly

📋 copy color: '#E57880'

red 229 ◦ green 120 ◦ blue 128

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

Shades of Froly #E57880

Tints of Froly #E57880

RGB

 RED value IS 229 (89.84% from 255) = 48.01%

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 48.01%
G = 25.16%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E57880 (or 0xE57880) is known color: Froly. HEX triplet: E5, 78 and 80. RGB value is (229,120,128). Sum of RGB (Red+Green+Blue) = 229+120+128=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57880 is #1A877F. Grayscale: #999999. Windows color (decimal): -1738624 or 8419557. OLE color: 8419557.

HSL color Cylindrical-coordinate representation of color #E57880: hue angle of 355.6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57880 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 120 128 -
CMYK 0 0.48 0.44 0.10
HSL 355.6º 0.68% 0.68% -
HSV(B) 355.6º 0.48% 0.9% -
XYZ 42.93 31.65 24.27 -
YUV 153.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 229 120 128 0 0.48 0.44 0.10 355.6 0.68 0.68
Hex E5 78 80 0 30 2C A 164 44 44
Octal 345 170 200 0 60 54 12 544 104 104
Binary 11100101 1111000 10000000 0 110000 101100 1010 101100100 1000100 1000100

Color Harmonies of #E57880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57880

Black with #E57880

Text Example


Text Example

White with #E57880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57880; }

 p { color: rgb(229,120,128); }

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

background-color css

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

 a { background-color: rgb(229,120,128); }

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

border-color css

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

 span { border-color: rgb(229,120,128); }

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