Html Css Color HEX #E56070 Froly

📋 copy color: '#E56070'

red 229 ◦ green 96 ◦ blue 112

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

Shades of Froly #E56070

Tints of Froly #E56070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

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

R = 52.4%
G = 21.97%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56070 (or 0xE56070) is known color: Froly. HEX triplet: E5, 60 and 70. RGB value is (229,96,112). Sum of RGB (Red+Green+Blue) = 229+96+112=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E56070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56070 is #1A9F8F. Grayscale: #898989. Windows color (decimal): -1744784 or 7364837. OLE color: 7364837.

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

Color convert

RGB 229 96 112 -
CMYK 0 0.58 0.51 0.10
HSL 352.78º 0.72% 0.64% -
HSV(B) 352.78º 0.58% 0.9% -
XYZ 39.42 26.19 18.31 -
YUV 137.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 229 96 112 0 0.58 0.51 0.10 352.78 0.72 0.64
Hex E5 60 70 0 3A 33 A 161 48 40
Octal 345 140 160 0 72 63 12 541 110 100
Binary 11100101 1100000 1110000 0 111010 110011 1010 101100001 1001000 1000000

Color Harmonies of #E56070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56070

Black with #E56070

Text Example


Text Example

White with #E56070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56070; }

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

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

background-color css

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

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

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

border-color css

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

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

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