Html Css Color HEX #E57A82 Froly

📋 copy color: '#E57A82'

red 229 ◦ green 122 ◦ blue 130

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

Shades of Froly #E57A82

Tints of Froly #E57A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 47.61%
G = 25.36%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E57A82 (or 0xE57A82) is known color: Froly. HEX triplet: E5, 7A and 82. RGB value is (229,122,130). Sum of RGB (Red+Green+Blue) = 229+122+130=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A82 is #1A857D. Grayscale: #9A9A9A. Windows color (decimal): -1738110 or 8551141. OLE color: 8551141.

HSL color Cylindrical-coordinate representation of color #E57A82: hue angle of 355.51º 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 #E57A82 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 122 130 -
CMYK 0 0.47 0.43 0.10
HSL 355.51º 0.67% 0.69% -
HSV(B) 355.51º 0.47% 0.9% -
XYZ 43.3 32.19 25.05 -
YUV 154.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 229 122 130 0 0.47 0.43 0.10 355.51 0.67 0.69
Hex E5 7A 82 0 2F 2B A 164 43 45
Octal 345 172 202 0 57 53 12 544 103 105
Binary 11100101 1111010 10000010 0 101111 101011 1010 101100100 1000011 1000101

Color Harmonies of #E57A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A82

Black with #E57A82

Text Example


Text Example

White with #E57A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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