#e572c3

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

Shades of Persian Pink #E572C3

Tints of Persian Pink #E572C3

Color information

#E572C3 (or 0xE572C3) is unknown color: approx Persian Pink. HEX triplet: E5, 72 and C3. RGB value is (229,114,195). Sum of RGB (Red+Green+Blue) = 229+114+195=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E572C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572C3 is #1A8D3C. Grayscale: #9D9D9D. Windows color (decimal): -1740093 or 12808933. OLE color: 12808933.

HSL color Cylindrical-coordinate representation of color #E572C3: hue angle of 317.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572C3 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB229114195-
CMYK00.500.150.10
HSL317.74º68.86%67.25%-
HSV(B)317.74º50.22%89.8%-
XYZ48.1832.6355.39-
YUV157.62149.1178.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 114 (44.92% from 255) = 21.19%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=42.57%
G=21.19%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911419500.500.150.10317.7468.8667.25
HexE572C3032FA13e4543
Octal3451623030621712476105103
Binary1110010111100101100001101100101111101010011111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e572c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e572c3; }

 p { color: rgb(229,114,195); }

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

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

 a { background-color: rgb(229,114,195); }

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

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

 span { border-color: rgb(229,114,195); }

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