#E571A7

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

Shades of Pale Violet Red #E571A7

Tints of Pale Violet Red #E571A7

Color information

#E571A7 (or 0xE571A7) is unknown color: approx Pale Violet Red. HEX triplet: E5, 71 and A7. RGB value is (229,113,167). Sum of RGB (Red+Green+Blue) = 229+113+167=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E571A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571A7 is #1A8E58. Grayscale: #999999. Windows color (decimal): -1740377 or 10973669. OLE color: 10973669.

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

Color convert

RGB229113167-
CMYK00.510.270.10
HSL332.07º69.05%67.06%-
HSV(B)332.07º50.66%89.8%-
XYZ45.1931.2640.21-
YUV153.84135.43181.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=44.99%
G=22.20%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911316700.510.270.10332.0769.0567.06
HexE571A70331BA14c4543
Octal3451612470633312514105103
Binary11100101111000110100111011001111011101010100110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571A7; }

 p { color: rgb(229,113,167); }

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

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

 a { background-color: rgb(229,113,167); }

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

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

 span { border-color: rgb(229,113,167); }

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