#E571B4

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

Shades of Persian Pink #E571B4

Tints of Persian Pink #E571B4

Color information

#E571B4 (or 0xE571B4) is unknown color: approx Persian Pink. HEX triplet: E5, 71 and B4. RGB value is (229,113,180). Sum of RGB (Red+Green+Blue) = 229+113+180=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E571B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571B4 is #1A8E4B. Grayscale: #9B9B9B. Windows color (decimal): -1740364 or 11825637. OLE color: 11825637.

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

Color convert

RGB229113180-
CMYK00.510.210.10
HSL325.34º69.05%67.06%-
HSV(B)325.34º50.66%89.8%-
XYZ46.4631.7646.86-
YUV155.32141.93180.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=43.87%
G=21.65%
B=34.48%

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
Decimal22911318000.510.210.10325.3469.0567.06
HexE571B403315A1454543
Octal3451612640632512505105103
Binary11100101111000110110100011001110101101010100010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571B4; }

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

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

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

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

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

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

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

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