Html Css Color HEX #E56074 Froly

📋 copy color: '#E56074'

red 229 ◦ green 96 ◦ blue 116

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

Shades of Froly #E56074

Tints of Froly #E56074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 51.93%
G = 21.77%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E56074 (or 0xE56074) is known color: Froly. HEX triplet: E5, 60 and 74. RGB value is (229,96,116). Sum of RGB (Red+Green+Blue) = 229+96+116=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E56074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56074 is #1A9F8B. Grayscale: #8A8A8A. Windows color (decimal): -1744780 or 7626981. OLE color: 7626981.

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

Color convert

RGB 229 96 116 -
CMYK 0 0.58 0.49 0.10
HSL 350.98º 0.72% 0.64% -
HSV(B) 350.98º 0.58% 0.9% -
XYZ 39.65 26.28 19.51 -
YUV 138.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 229 96 116 0 0.58 0.49 0.10 350.98 0.72 0.64
Hex E5 60 74 0 3A 31 A 15F 48 40
Octal 345 140 164 0 72 61 12 537 110 100
Binary 11100101 1100000 1110100 0 111010 110001 1010 101011111 1001000 1000000

Color Harmonies of #E56074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56074

Black with #E56074

Text Example


Text Example

White with #E56074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56074; }

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

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

background-color css

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

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

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

border-color css

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

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

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