Html Css Color HEX #E57A80 Froly

📋 copy color: '#E57A80'

red 229 ◦ green 122 ◦ blue 128

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

Shades of Froly #E57A80

Tints of Froly #E57A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

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

R = 47.81%
G = 25.47%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E57A80 (or 0xE57A80) is known color: Froly. HEX triplet: E5, 7A and 80. RGB value is (229,122,128). Sum of RGB (Red+Green+Blue) = 229+122+128=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A80 is #1A857F. Grayscale: #9A9A9A. Windows color (decimal): -1738112 or 8420069. OLE color: 8420069.

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

Color convert

RGB 229 122 128 -
CMYK 0 0.47 0.44 0.10
HSL 356.64º 0.67% 0.69% -
HSV(B) 356.64º 0.47% 0.9% -
XYZ 43.17 32.14 24.35 -
YUV 154.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 229 122 128 0 0.47 0.44 0.10 356.64 0.67 0.69
Hex E5 7A 80 0 2F 2C A 165 43 45
Octal 345 172 200 0 57 54 12 545 103 105
Binary 11100101 1111010 10000000 0 101111 101100 1010 101100101 1000011 1000101

Color Harmonies of #E57A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A80

Black with #E57A80

Text Example


Text Example

White with #E57A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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