#e575bf

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

Shades of Persian Pink #E575BF

Tints of Persian Pink #E575BF

Color information

#E575BF (or 0xE575BF) is unknown color: approx Persian Pink. HEX triplet: E5, 75 and BF. RGB value is (229,117,191). Sum of RGB (Red+Green+Blue) = 229+117+191=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E575BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575BF is #1A8A40. Grayscale: #9E9E9E. Windows color (decimal): -1739329 or 12547557. OLE color: 12547557.

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

Color convert

RGB229117191-
CMYK00.490.170.10
HSL320.36º68.29%67.84%-
HSV(B)320.36º48.91%89.8%-
XYZ48.0833.1453.15-
YUV158.92146.11177.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 35.57%
R=42.64%
G=21.79%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911719100.490.170.10320.3668.2967.84
HexE575BF03111A1404444
Octal3451652770612112500104104
Binary11100101111010110111111011000110001101010100000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e575bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e575bf; }

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

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

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

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

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

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

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

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