#E571B6

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

Shades of Persian Pink #E571B6

Tints of Persian Pink #E571B6

Color information

#E571B6 (or 0xE571B6) is unknown color: approx Persian Pink. HEX triplet: E5, 71 and B6. RGB value is (229,113,182). Sum of RGB (Red+Green+Blue) = 229+113+182=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E571B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571B6 is #1A8E49. Grayscale: #9B9B9B. Windows color (decimal): -1740362 or 11956709. OLE color: 11956709.

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

Color convert

RGB229113182-
CMYK00.510.210.10
HSL324.31º69.05%67.06%-
HSV(B)324.31º50.66%89.8%-
XYZ46.6631.8547.94-
YUV155.55142.93180.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.70%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=43.70%
G=21.56%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911318200.510.210.10324.3169.0567.06
HexE571B603315A1444543
Octal3451612660632512504105103
Binary11100101111000110110110011001110101101010100010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571B6; }

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

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

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

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

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

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

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

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