Html Css Color HEX #E57580 Froly

📋 copy color: '#E57580'

red 229 ◦ green 117 ◦ blue 128

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

Shades of Froly #E57580

Tints of Froly #E57580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.68%

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

R = 48.31%
G = 24.68%
B = 27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E57580 (or 0xE57580) is known color: Froly. HEX triplet: E5, 75 and 80. RGB value is (229,117,128). Sum of RGB (Red+Green+Blue) = 229+117+128=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E57580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57580 is #1A8A7F. Grayscale: #979797. Windows color (decimal): -1739392 or 8418789. OLE color: 8418789.

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

Color convert

RGB 229 117 128 -
CMYK 0 0.49 0.44 0.10
HSL 354.11º 0.68% 0.68% -
HSV(B) 354.11º 0.49% 0.9% -
XYZ 42.57 30.94 24.15 -
YUV 151.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 229 117 128 0 0.49 0.44 0.10 354.11 0.68 0.68
Hex E5 75 80 0 31 2C A 162 44 44
Octal 345 165 200 0 61 54 12 542 104 104
Binary 11100101 1110101 10000000 0 110001 101100 1010 101100010 1000100 1000100

Color Harmonies of #E57580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57580

Black with #E57580

Text Example


Text Example

White with #E57580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57580; }

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

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

background-color css

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

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

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

border-color css

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

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

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