Html Css Color HEX #E56E7A Froly

📋 copy color: '#E56E7A'

red 229 ◦ green 110 ◦ blue 122

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

Shades of Froly #E56E7A

Tints of Froly #E56E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 49.67%
G = 23.86%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E56E7A (or 0xE56E7A) is known color: Froly. HEX triplet: E5, 6E and 7A. RGB value is (229,110,122). Sum of RGB (Red+Green+Blue) = 229+110+122=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E7A is #1A9185. Grayscale: #939393. Windows color (decimal): -1741190 or 8023781. OLE color: 8023781.

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

Color convert

RGB 229 110 122 -
CMYK 0 0.52 0.47 0.10
HSL 353.95º 0.7% 0.66% -
HSV(B) 353.95º 0.52% 0.9% -
XYZ 41.4 29.22 21.87 -
YUV 146.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 229 110 122 0 0.52 0.47 0.10 353.95 0.7 0.66
Hex E5 6E 7A 0 34 2F A 162 46 42
Octal 345 156 172 0 64 57 12 542 106 102
Binary 11100101 1101110 1111010 0 110100 101111 1010 101100010 1000110 1000010

Color Harmonies of #E56E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56E7A

Black with #E56E7A

Text Example


Text Example

White with #E56E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56E7A; }

 p { color: rgb(229,110,122); }

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

background-color css

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

 a { background-color: rgb(229,110,122); }

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

border-color css

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

 span { border-color: rgb(229,110,122); }

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