Html Css Color HEX #E57982 Froly

📋 copy color: '#E57982'

red 229 ◦ green 121 ◦ blue 130

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

Shades of Froly #E57982

Tints of Froly #E57982

RGB

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

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

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

R = 47.71%
G = 25.21%
B = 27.08%

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

#E57982 (or 0xE57982) is known color: Froly. HEX triplet: E5, 79 and 82. RGB value is (229,121,130). Sum of RGB (Red+Green+Blue) = 229+121+130=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E57982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57982 is #1A867D. Grayscale: #9A9A9A. Windows color (decimal): -1738366 or 8550885. OLE color: 8550885.

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

Color convert

RGB 229 121 130 -
CMYK 0 0.47 0.43 0.10
HSL 355º 0.68% 0.69% -
HSV(B) 355º 0.47% 0.9% -
XYZ 43.18 31.94 25.01 -
YUV 154.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 229 121 130 0 0.47 0.43 0.10 355 0.68 0.69
Hex E5 79 82 0 2F 2B A 163 44 45
Octal 345 171 202 0 57 53 12 543 104 105
Binary 11100101 1111001 10000010 0 101111 101011 1010 101100011 1000100 1000101

Color Harmonies of #E57982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57982

Black with #E57982

Text Example


Text Example

White with #E57982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57982; }

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

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

background-color css

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

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

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

border-color css

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

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

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