Html Css Color HEX #E57275 Froly

📋 copy color: '#E57275'

red 229 ◦ green 114 ◦ blue 117

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

Shades of Froly #E57275

Tints of Froly #E57275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 49.78%
G = 24.78%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E57275 (or 0xE57275) is known color: Froly. HEX triplet: E5, 72 and 75. RGB value is (229,114,117). Sum of RGB (Red+Green+Blue) = 229+114+117=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57275 is #1A8D8A. Grayscale: #949494. Windows color (decimal): -1740171 or 7697125. OLE color: 7697125.

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

Color convert

RGB 229 114 117 -
CMYK 0 0.50 0.49 0.10
HSL 358.43º 0.69% 0.67% -
HSV(B) 358.43º 0.5% 0.9% -
XYZ 41.54 29.98 20.43 -
YUV 148.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 229 114 117 0 0.50 0.49 0.10 358.43 0.69 0.67
Hex E5 72 75 0 32 31 A 166 45 43
Octal 345 162 165 0 62 61 12 546 105 103
Binary 11100101 1110010 1110101 0 110010 110001 1010 101100110 1000101 1000011

Color Harmonies of #E57275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57275

Black with #E57275

Text Example


Text Example

White with #E57275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57275; }

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

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

background-color css

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

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

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

border-color css

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

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

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