Html Css Color HEX #E56470 Froly

📋 copy color: '#E56470'

red 229 ◦ green 100 ◦ blue 112

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

Shades of Froly #E56470

Tints of Froly #E56470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 51.93%
G = 22.68%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56470 (or 0xE56470) is known color: Froly. HEX triplet: E5, 64 and 70. RGB value is (229,100,112). Sum of RGB (Red+Green+Blue) = 229+100+112=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E56470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56470 is #1A9B8F. Grayscale: #8C8C8C. Windows color (decimal): -1743760 or 7365861. OLE color: 7365861.

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

Color convert

RGB 229 100 112 -
CMYK 0 0.56 0.51 0.10
HSL 354.42º 0.71% 0.65% -
HSV(B) 354.42º 0.56% 0.9% -
XYZ 39.79 26.94 18.43 -
YUV 139.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 229 100 112 0 0.56 0.51 0.10 354.42 0.71 0.65
Hex E5 64 70 0 38 33 A 162 47 41
Octal 345 144 160 0 70 63 12 542 107 101
Binary 11100101 1100100 1110000 0 111000 110011 1010 101100010 1000111 1000001

Color Harmonies of #E56470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56470

Black with #E56470

Text Example


Text Example

White with #E56470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56470; }

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

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

background-color css

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

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

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

border-color css

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

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

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