Html Css Color HEX #E56076 Froly

📋 copy color: '#E56076'

red 229 ◦ green 96 ◦ blue 118

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

Shades of Froly #E56076

Tints of Froly #E56076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 51.69%
G = 21.67%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E56076 (or 0xE56076) is known color: Froly. HEX triplet: E5, 60 and 76. RGB value is (229,96,118). Sum of RGB (Red+Green+Blue) = 229+96+118=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56076 is #1A9F89. Grayscale: #8A8A8A. Windows color (decimal): -1744778 or 7758053. OLE color: 7758053.

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

Color convert

RGB 229 96 118 -
CMYK 0 0.58 0.48 0.10
HSL 350.08º 0.72% 0.64% -
HSV(B) 350.08º 0.58% 0.9% -
XYZ 39.77 26.33 20.13 -
YUV 138.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 229 96 118 0 0.58 0.48 0.10 350.08 0.72 0.64
Hex E5 60 76 0 3A 30 A 15E 48 40
Octal 345 140 166 0 72 60 12 536 110 100
Binary 11100101 1100000 1110110 0 111010 110000 1010 101011110 1001000 1000000

Color Harmonies of #E56076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56076

Black with #E56076

Text Example


Text Example

White with #E56076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56076; }

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

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

background-color css

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

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

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

border-color css

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

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

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