#E573BF

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

Shades of Persian Pink #E573BF

Tints of Persian Pink #E573BF

Color information

#E573BF (or 0xE573BF) is unknown color: approx Persian Pink. HEX triplet: E5, 73 and BF. RGB value is (229,115,191). Sum of RGB (Red+Green+Blue) = 229+115+191=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E573BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573BF is #1A8C40. Grayscale: #9D9D9D. Windows color (decimal): -1739841 or 12547045. OLE color: 12547045.

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

Color convert

RGB229115191-
CMYK00.500.170.10
HSL320º68.67%67.45%-
HSV(B)320º49.78%89.8%-
XYZ47.8532.6853.08-
YUV157.75146.77178.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 115 (45.31% from 255) = 21.50%
BLUE value IS 191 (75% from 255) = 35.70%
R=42.80%
G=21.50%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911519100.500.170.1032068.6767.45
HexE573BF03211A1404543
Octal3451632770622112500105103
Binary11100101111001110111111011001010001101010100000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573BF; }

 p { color: rgb(229,115,191); }

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

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

 a { background-color: rgb(229,115,191); }

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

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

 span { border-color: rgb(229,115,191); }

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