Html Css Color HEX #E57375 Froly

📋 copy color: '#E57375'

red 229 ◦ green 115 ◦ blue 117

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

Shades of Froly #E57375

Tints of Froly #E57375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

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

R = 49.67%
G = 24.95%
B = 25.38%

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

#E57375 (or 0xE57375) is known color: Froly. HEX triplet: E5, 73 and 75. RGB value is (229,115,117). Sum of RGB (Red+Green+Blue) = 229+115+117=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E57375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57375 is #1A8C8A. Grayscale: #959595. Windows color (decimal): -1739915 or 7697381. OLE color: 7697381.

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

Color convert

RGB 229 115 117 -
CMYK 0 0.50 0.49 0.10
HSL 358.95º 0.69% 0.67% -
HSV(B) 358.95º 0.5% 0.9% -
XYZ 41.65 30.2 20.46 -
YUV 149.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 229 115 117 0 0.50 0.49 0.10 358.95 0.69 0.67
Hex E5 73 75 0 32 31 A 167 45 43
Octal 345 163 165 0 62 61 12 547 105 103
Binary 11100101 1110011 1110101 0 110010 110001 1010 101100111 1000101 1000011

Color Harmonies of #E57375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57375

Black with #E57375

Text Example


Text Example

White with #E57375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57375; }

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

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

background-color css

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

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

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

border-color css

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

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

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