Html Css Color HEX #E56E7F Froly

📋 copy color: '#E56E7F'

red 229 ◦ green 110 ◦ blue 127

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

Shades of Froly #E56E7F

Tints of Froly #E56E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.25%

R = 49.14%
G = 23.61%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E56E7F (or 0xE56E7F) is known color: Froly. HEX triplet: E5, 6E and 7F. RGB value is (229,110,127). Sum of RGB (Red+Green+Blue) = 229+110+127=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E7F is #1A9180. Grayscale: #939393. Windows color (decimal): -1741185 or 8351461. OLE color: 8351461.

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

Color convert

RGB 229 110 127 -
CMYK 0 0.52 0.45 0.10
HSL 351.43º 0.7% 0.66% -
HSV(B) 351.43º 0.52% 0.9% -
XYZ 41.72 29.34 23.54 -
YUV 147.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 229 110 127 0 0.52 0.45 0.10 351.43 0.7 0.66
Hex E5 6E 7F 0 34 2D A 15F 46 42
Octal 345 156 177 0 64 55 12 537 106 102
Binary 11100101 1101110 1111111 0 110100 101101 1010 101011111 1000110 1000010

Color Harmonies of #E56E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56E7F

Black with #E56E7F

Text Example


Text Example

White with #E56E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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