Html Css Color HEX #E56970 Froly

📋 copy color: '#E56970'

red 229 ◦ green 105 ◦ blue 112

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

Shades of Froly #E56970

Tints of Froly #E56970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.54%

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

R = 51.35%
G = 23.54%
B = 25.11%

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

#E56970 (or 0xE56970) is known color: Froly. HEX triplet: E5, 69 and 70. RGB value is (229,105,112). Sum of RGB (Red+Green+Blue) = 229+105+112=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56970 is #1A968F. Grayscale: #8E8E8E. Windows color (decimal): -1742480 or 7367141. OLE color: 7367141.

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

Color convert

RGB 229 105 112 -
CMYK 0 0.54 0.51 0.10
HSL 356.61º 0.7% 0.65% -
HSV(B) 356.61º 0.54% 0.9% -
XYZ 40.29 27.93 18.6 -
YUV 142.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 229 105 112 0 0.54 0.51 0.10 356.61 0.7 0.65
Hex E5 69 70 0 36 33 A 165 46 41
Octal 345 151 160 0 66 63 12 545 106 101
Binary 11100101 1101001 1110000 0 110110 110011 1010 101100101 1000110 1000001

Color Harmonies of #E56970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56970

Black with #E56970

Text Example


Text Example

White with #E56970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56970; }

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

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

background-color css

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

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

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

border-color css

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

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

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