Html Css Color HEX #E56B7A Froly

📋 copy color: '#E56B7A'

red 229 ◦ green 107 ◦ blue 122

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

Shades of Froly #E56B7A

Tints of Froly #E56B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.36%

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

R = 50%
G = 23.36%
B = 26.64%

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

#E56B7A (or 0xE56B7A) is known color: Froly. HEX triplet: E5, 6B and 7A. RGB value is (229,107,122). Sum of RGB (Red+Green+Blue) = 229+107+122=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B7A is #1A9485. Grayscale: #919191. Windows color (decimal): -1741958 or 8023013. OLE color: 8023013.

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

Color convert

RGB 229 107 122 -
CMYK 0 0.53 0.47 0.10
HSL 352.62º 0.7% 0.66% -
HSV(B) 352.62º 0.53% 0.9% -
XYZ 41.08 28.58 21.76 -
YUV 145.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 229 107 122 0 0.53 0.47 0.10 352.62 0.7 0.66
Hex E5 6B 7A 0 35 2F A 161 46 42
Octal 345 153 172 0 65 57 12 541 106 102
Binary 11100101 1101011 1111010 0 110101 101111 1010 101100001 1000110 1000010

Color Harmonies of #E56B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56B7A

Black with #E56B7A

Text Example


Text Example

White with #E56B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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