Html Css Color HEX #E56E70 Froly

📋 copy color: '#E56E70'

red 229 ◦ green 110 ◦ blue 112

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

Shades of Froly #E56E70

Tints of Froly #E56E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 50.78%
G = 24.39%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56E70 (or 0xE56E70) is known color: Froly. HEX triplet: E5, 6E and 70. RGB value is (229,110,112). Sum of RGB (Red+Green+Blue) = 229+110+112=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E70 is #1A918F. Grayscale: #919191. Windows color (decimal): -1741200 or 7368421. OLE color: 7368421.

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

Color convert

RGB 229 110 112 -
CMYK 0 0.52 0.51 0.10
HSL 358.99º 0.7% 0.66% -
HSV(B) 358.99º 0.52% 0.9% -
XYZ 40.81 28.98 18.77 -
YUV 145.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 229 110 112 0 0.52 0.51 0.10 358.99 0.7 0.66
Hex E5 6E 70 0 34 33 A 167 46 42
Octal 345 156 160 0 64 63 12 547 106 102
Binary 11100101 1101110 1110000 0 110100 110011 1010 101100111 1000110 1000010

Color Harmonies of #E56E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56E70

Black with #E56E70

Text Example


Text Example

White with #E56E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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