#E575B6

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

Shades of Persian Pink #E575B6

Tints of Persian Pink #E575B6

Color information

#E575B6 (or 0xE575B6) is unknown color: approx Persian Pink. HEX triplet: E5, 75 and B6. RGB value is (229,117,182). Sum of RGB (Red+Green+Blue) = 229+117+182=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E575B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575B6 is #1A8A49. Grayscale: #9D9D9D. Windows color (decimal): -1739338 or 11957733. OLE color: 11957733.

HSL color Cylindrical-coordinate representation of color #E575B6: hue angle of 325.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575B6 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB229117182-
CMYK00.490.210.10
HSL325.18º68.29%67.84%-
HSV(B)325.18º48.91%89.8%-
XYZ47.1232.7648.1-
YUV157.9141.61178.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=43.37%
G=22.16%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911718200.490.210.10325.1868.2967.84
HexE575B603115A1454444
Octal3451652660612512505104104
Binary11100101111010110110110011000110101101010100010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575B6; }

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

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

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

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

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

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

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

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