#E572BA

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

Shades of Persian Pink #E572BA

Tints of Persian Pink #E572BA

Color information

#E572BA (or 0xE572BA) is unknown color: approx Persian Pink. HEX triplet: E5, 72 and BA. RGB value is (229,114,186). Sum of RGB (Red+Green+Blue) = 229+114+186=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572BA is #1A8D45. Grayscale: #9C9C9C. Windows color (decimal): -1740102 or 12219109. OLE color: 12219109.

HSL color Cylindrical-coordinate representation of color #E572BA: hue angle of 322.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572BA is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229114186-
CMYK00.500.190.10
HSL322.43º68.86%67.25%-
HSV(B)322.43º50.22%89.8%-
XYZ47.1932.2450.19-
YUV156.59144.6179.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=43.29%
G=21.55%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911418600.500.190.10322.4368.8667.25
HexE572BA03213A1424543
Octal3451622720622312502105103
Binary11100101111001010111010011001010011101010100001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572BA; }

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

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

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

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

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

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

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

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