Html Css Color HEX #E57075 Froly

📋 copy color: '#E57075'

red 229 ◦ green 112 ◦ blue 117

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

Shades of Froly #E57075

Tints of Froly #E57075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 50%
G = 24.45%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E57075 (or 0xE57075) is known color: Froly. HEX triplet: E5, 70 and 75. RGB value is (229,112,117). Sum of RGB (Red+Green+Blue) = 229+112+117=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57075 is #1A8F8A. Grayscale: #939393. Windows color (decimal): -1740683 or 7696613. OLE color: 7696613.

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

Color convert

RGB 229 112 117 -
CMYK 0 0.51 0.49 0.10
HSL 357.44º 0.69% 0.67% -
HSV(B) 357.44º 0.51% 0.9% -
XYZ 41.32 29.53 20.35 -
YUV 147.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 229 112 117 0 0.51 0.49 0.10 357.44 0.69 0.67
Hex E5 70 75 0 33 31 A 165 45 43
Octal 345 160 165 0 63 61 12 545 105 103
Binary 11100101 1110000 1110101 0 110011 110001 1010 101100101 1000101 1000011

Color Harmonies of #E57075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57075

Black with #E57075

Text Example


Text Example

White with #E57075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57075; }

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

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

background-color css

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

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

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

border-color css

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

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

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