Html Css Color HEX #E56A7A Froly

📋 copy color: '#E56A7A'

red 229 ◦ green 106 ◦ blue 122

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

Shades of Froly #E56A7A

Tints of Froly #E56A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 50.11%
G = 23.19%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E56A7A (or 0xE56A7A) is known color: Froly. HEX triplet: E5, 6A and 7A. RGB value is (229,106,122). Sum of RGB (Red+Green+Blue) = 229+106+122=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A7A is #1A9585. Grayscale: #909090. Windows color (decimal): -1742214 or 8022757. OLE color: 8022757.

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

Color convert

RGB 229 106 122 -
CMYK 0 0.54 0.47 0.10
HSL 352.2º 0.7% 0.66% -
HSV(B) 352.2º 0.54% 0.9% -
XYZ 40.98 28.37 21.73 -
YUV 144.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 229 106 122 0 0.54 0.47 0.10 352.2 0.7 0.66
Hex E5 6A 7A 0 36 2F A 160 46 42
Octal 345 152 172 0 66 57 12 540 106 102
Binary 11100101 1101010 1111010 0 110110 101111 1010 101100000 1000110 1000010

Color Harmonies of #E56A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56A7A

Black with #E56A7A

Text Example


Text Example

White with #E56A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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