Html Css Color HEX #E56D7A Froly

📋 copy color: '#E56D7A'

red 229 ◦ green 109 ◦ blue 122

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

Shades of Froly #E56D7A

Tints of Froly #E56D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 49.78%
G = 23.7%
B = 26.52%

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

#E56D7A (or 0xE56D7A) is known color: Froly. HEX triplet: E5, 6D and 7A. RGB value is (229,109,122). Sum of RGB (Red+Green+Blue) = 229+109+122=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D7A is #1A9285. Grayscale: #929292. Windows color (decimal): -1741446 or 8023525. OLE color: 8023525.

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

Color convert

RGB 229 109 122 -
CMYK 0 0.52 0.47 0.10
HSL 353.5º 0.7% 0.66% -
HSV(B) 353.5º 0.52% 0.9% -
XYZ 41.29 29 21.83 -
YUV 146.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 229 109 122 0 0.52 0.47 0.10 353.5 0.7 0.66
Hex E5 6D 7A 0 34 2F A 162 46 42
Octal 345 155 172 0 64 57 12 542 106 102
Binary 11100101 1101101 1111010 0 110100 101111 1010 101100010 1000110 1000010

Color Harmonies of #E56D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56D7A

Black with #E56D7A

Text Example


Text Example

White with #E56D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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