#E56BB9

Color #E56BB9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E56BB9

Tints of Persian Pink #E56BB9

Color information

#E56BB9 (or 0xE56BB9) is unknown color: approx Persian Pink. HEX triplet: E5, 6B and B9. RGB value is (229,107,185). Sum of RGB (Red+Green+Blue) = 229+107+185=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BB9 is #1A9446. Grayscale: #989898. Windows color (decimal): -1741895 or 12151781. OLE color: 12151781.

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

Color convert

RGB229107185-
CMYK00.530.190.10
HSL321.64º70.11%65.88%-
HSV(B)321.64º53.28%89.8%-
XYZ46.3330.6849.38-
YUV152.37146.42182.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=43.95%
G=20.54%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910718500.530.190.10321.6470.1165.88
HexE56BB903513A1424642
Octal3451532710652312502106102
Binary11100101110101110111001011010110011101010100001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56BB9; }

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

 H1.HeaderClassName
 {
   color: #E56BB9;
 }
 .AnyTagClassName
 {
   color: #E56BB9;
 }
</style>
background-color css

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

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

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

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

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

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