#E572A5

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

Shades of Pale Violet Red #E572A5

Tints of Pale Violet Red #E572A5

Color information

#E572A5 (or 0xE572A5) is unknown color: approx Pale Violet Red. HEX triplet: E5, 72 and A5. RGB value is (229,114,165). Sum of RGB (Red+Green+Blue) = 229+114+165=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E572A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572A5 is #1A8D5A. Grayscale: #9A9A9A. Windows color (decimal): -1740123 or 10842853. OLE color: 10842853.

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

Color convert

RGB229114165-
CMYK00.500.280.10
HSL333.39º68.86%67.25%-
HSV(B)333.39º50.22%89.8%-
XYZ45.1231.4139.28-
YUV154.2134.1181.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=45.08%
G=22.44%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911416500.500.280.10333.3968.8667.25
HexE572A50321CA14d4543
Octal3451622450623412515105103
Binary11100101111001010100101011001011100101010100110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572A5; }

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

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

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

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

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

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

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

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