#E56BBA

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

Shades of Persian Pink #E56BBA

Tints of Persian Pink #E56BBA

Color information

#E56BBA (or 0xE56BBA) is unknown color: approx Persian Pink. HEX triplet: E5, 6B and BA. RGB value is (229,107,186). Sum of RGB (Red+Green+Blue) = 229+107+186=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BBA is #1A9445. Grayscale: #989898. Windows color (decimal): -1741894 or 12217317. OLE color: 12217317.

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

Color convert

RGB229107186-
CMYK00.530.190.10
HSL321.15º70.11%65.88%-
HSV(B)321.15º53.28%89.8%-
XYZ46.4330.7249.94-
YUV152.48146.92182.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=43.87%
G=20.50%
B=35.63%

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
Decimal22910718600.530.190.10321.1570.1165.88
HexE56BBA03513A1414642
Octal3451532720652312501106102
Binary11100101110101110111010011010110011101010100000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56BBA; }

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

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

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

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

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

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

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

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