Html Css Color HEX #E56A70 Froly

📋 copy color: '#E56A70'

red 229 ◦ green 106 ◦ blue 112

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

Shades of Froly #E56A70

Tints of Froly #E56A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.71%

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

R = 51.23%
G = 23.71%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56A70 (or 0xE56A70) is known color: Froly. HEX triplet: E5, 6A and 70. RGB value is (229,106,112). Sum of RGB (Red+Green+Blue) = 229+106+112=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A70 is #1A958F. Grayscale: #8F8F8F. Windows color (decimal): -1742224 or 7367397. OLE color: 7367397.

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

Color convert

RGB 229 106 112 -
CMYK 0 0.54 0.51 0.10
HSL 357.07º 0.7% 0.66% -
HSV(B) 357.07º 0.54% 0.9% -
XYZ 40.39 28.14 18.63 -
YUV 143.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 229 106 112 0 0.54 0.51 0.10 357.07 0.7 0.66
Hex E5 6A 70 0 36 33 A 165 46 42
Octal 345 152 160 0 66 63 12 545 106 102
Binary 11100101 1101010 1110000 0 110110 110011 1010 101100101 1000110 1000010

Color Harmonies of #E56A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56A70

Black with #E56A70

Text Example


Text Example

White with #E56A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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