#E575C1

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

Shades of Persian Pink #E575C1

Tints of Persian Pink #E575C1

Color information

#E575C1 (or 0xE575C1) is unknown color: approx Persian Pink. HEX triplet: E5, 75 and C1. RGB value is (229,117,193). Sum of RGB (Red+Green+Blue) = 229+117+193=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E575C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575C1 is #1A8A3E. Grayscale: #9E9E9E. Windows color (decimal): -1739327 or 12678629. OLE color: 12678629.

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

Color convert

RGB229117193-
CMYK00.490.160.10
HSL319.29º68.29%67.84%-
HSV(B)319.29º48.91%89.8%-
XYZ48.333.2354.32-
YUV159.15147.11177.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=42.49%
G=21.71%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911719300.490.160.10319.2968.2967.84
HexE575C103110A13f4444
Octal3451653010612012477104104
Binary11100101111010111000001011000110000101010011111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575C1; }

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

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

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

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

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

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

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

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