Html Css Color HEX #E56977 Froly

📋 copy color: '#E56977'

red 229 ◦ green 105 ◦ blue 119

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

Shades of Froly #E56977

Tints of Froly #E56977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 50.55%
G = 23.18%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E56977 (or 0xE56977) is known color: Froly. HEX triplet: E5, 69 and 77. RGB value is (229,105,119). Sum of RGB (Red+Green+Blue) = 229+105+119=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E56977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56977 is #1A9688. Grayscale: #8F8F8F. Windows color (decimal): -1742473 or 7825893. OLE color: 7825893.

HSL color Cylindrical-coordinate representation of color #E56977: hue angle of 353.23º 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 #E56977 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 105 119 -
CMYK 0 0.54 0.48 0.10
HSL 353.23º 0.7% 0.65% -
HSV(B) 353.23º 0.54% 0.9% -
XYZ 40.69 28.09 20.73 -
YUV 143.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 229 105 119 0 0.54 0.48 0.10 353.23 0.7 0.65
Hex E5 69 77 0 36 30 A 161 46 41
Octal 345 151 167 0 66 60 12 541 106 101
Binary 11100101 1101001 1110111 0 110110 110000 1010 101100001 1000110 1000001

Color Harmonies of #E56977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56977

Black with #E56977

Text Example


Text Example

White with #E56977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56977; }

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

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

background-color css

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

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

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

border-color css

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

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

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