#E571BF

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

Shades of Persian Pink #E571BF

Tints of Persian Pink #E571BF

Color information

#E571BF (or 0xE571BF) is unknown color: approx Persian Pink. HEX triplet: E5, 71 and BF. RGB value is (229,113,191). Sum of RGB (Red+Green+Blue) = 229+113+191=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E571BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571BF is #1A8E40. Grayscale: #9C9C9C. Windows color (decimal): -1740353 or 12546533. OLE color: 12546533.

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

Color convert

RGB229113191-
CMYK00.510.170.10
HSL319.66º69.05%67.06%-
HSV(B)319.66º50.66%89.8%-
XYZ47.6232.2353-
YUV156.58147.43179.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 191 (75% from 255) = 35.83%
R=42.96%
G=21.20%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911319100.510.170.10319.6669.0567.06
HexE571BF03311A1404543
Octal3451612770632112500105103
Binary11100101111000110111111011001110001101010100000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571BF; }

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

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

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

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

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

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

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

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