Html Css Color HEX #E57478 Froly

📋 copy color: '#E57478'

red 229 ◦ green 116 ◦ blue 120

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

Shades of Froly #E57478

Tints of Froly #E57478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.95%

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 49.25%
G = 24.95%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E57478 (or 0xE57478) is known color: Froly. HEX triplet: E5, 74 and 78. RGB value is (229,116,120). Sum of RGB (Red+Green+Blue) = 229+116+120=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E57478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57478 is #1A8B87. Grayscale: #969696. Windows color (decimal): -1739656 or 7894245. OLE color: 7894245.

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

Color convert

RGB 229 116 120 -
CMYK 0 0.49 0.48 0.10
HSL 357.88º 0.68% 0.68% -
HSV(B) 357.88º 0.49% 0.9% -
XYZ 41.95 30.5 21.45 -
YUV 150.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 229 116 120 0 0.49 0.48 0.10 357.88 0.68 0.68
Hex E5 74 78 0 31 30 A 166 44 44
Octal 345 164 170 0 61 60 12 546 104 104
Binary 11100101 1110100 1111000 0 110001 110000 1010 101100110 1000100 1000100

Color Harmonies of #E57478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57478

Black with #E57478

Text Example


Text Example

White with #E57478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57478; }

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

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

background-color css

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

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

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

border-color css

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

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

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