Html Css Color HEX #E56C7A Froly

📋 copy color: '#E56C7A'

red 229 ◦ green 108 ◦ blue 122

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

Shades of Froly #E56C7A

Tints of Froly #E56C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.53%

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

R = 49.89%
G = 23.53%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E56C7A (or 0xE56C7A) is known color: Froly. HEX triplet: E5, 6C and 7A. RGB value is (229,108,122). Sum of RGB (Red+Green+Blue) = 229+108+122=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C7A is #1A9385. Grayscale: #919191. Windows color (decimal): -1741702 or 8023269. OLE color: 8023269.

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

Color convert

RGB 229 108 122 -
CMYK 0 0.53 0.47 0.10
HSL 353.06º 0.7% 0.66% -
HSV(B) 353.06º 0.53% 0.9% -
XYZ 41.19 28.79 21.8 -
YUV 145.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 229 108 122 0 0.53 0.47 0.10 353.06 0.7 0.66
Hex E5 6C 7A 0 35 2F A 161 46 42
Octal 345 154 172 0 65 57 12 541 106 102
Binary 11100101 1101100 1111010 0 110101 101111 1010 101100001 1000110 1000010

Color Harmonies of #E56C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56C7A

Black with #E56C7A

Text Example


Text Example

White with #E56C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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