#E572A1

Color #E572A1 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E572A1

Tints of Pale Violet Red #E572A1

Color information

#E572A1 (or 0xE572A1) is unknown color: approx Pale Violet Red. HEX triplet: E5, 72 and A1. RGB value is (229,114,161). Sum of RGB (Red+Green+Blue) = 229+114+161=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E572A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572A1 is #1A8D5E. Grayscale: #999999. Windows color (decimal): -1740127 or 10580709. OLE color: 10580709.

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

Color convert

RGB229114161-
CMYK00.500.300.10
HSL335.48º68.86%67.25%-
HSV(B)335.48º50.22%89.8%-
XYZ44.7631.2737.39-
YUV153.74132.1181.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=45.44%
G=22.62%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911416100.500.300.10335.4868.8667.25
HexE572A10321EA14f4543
Octal3451622410623612517105103
Binary11100101111001010100001011001011110101010100111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572A1; }

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

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

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

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

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

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

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

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