Html Css Color HEX #E56C70 Froly

📋 copy color: '#E56C70'

red 229 ◦ green 108 ◦ blue 112

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

Shades of Froly #E56C70

Tints of Froly #E56C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

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

R = 51%
G = 24.05%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56C70 (or 0xE56C70) is known color: Froly. HEX triplet: E5, 6C and 70. RGB value is (229,108,112). Sum of RGB (Red+Green+Blue) = 229+108+112=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C70 is #1A938F. Grayscale: #909090. Windows color (decimal): -1741712 or 7367909. OLE color: 7367909.

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

Color convert

RGB 229 108 112 -
CMYK 0 0.53 0.51 0.10
HSL 358.02º 0.7% 0.66% -
HSV(B) 358.02º 0.53% 0.9% -
XYZ 40.6 28.55 18.7 -
YUV 144.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 229 108 112 0 0.53 0.51 0.10 358.02 0.7 0.66
Hex E5 6C 70 0 35 33 A 166 46 42
Octal 345 154 160 0 65 63 12 546 106 102
Binary 11100101 1101100 1110000 0 110101 110011 1010 101100110 1000110 1000010

Color Harmonies of #E56C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56C70

Black with #E56C70

Text Example


Text Example

White with #E56C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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