#E471A9

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

Shades of Pale Violet Red #E471A9

Tints of Pale Violet Red #E471A9

Color information

#E471A9 (or 0xE471A9) is unknown color: approx Pale Violet Red. HEX triplet: E4, 71 and A9. RGB value is (228,113,169). Sum of RGB (Red+Green+Blue) = 228+113+169=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E471A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E471A9 is #1B8E56. Grayscale: #999999. Windows color (decimal): -1805911 or 11104740. OLE color: 11104740.

HSL color Cylindrical-coordinate representation of color #E471A9: hue angle of 330.78º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E471A9 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB228113169-
CMYK00.500.260.11
HSL330.78º68.05%66.86%-
HSV(B)330.78º50.44%89.41%-
XYZ45.0631.1741.18-
YUV153.77136.6180.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=44.71%
G=22.16%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811316900.500.260.11330.7868.0566.86
HexE471A90321AB14b4443
Octal3441612510623213513104103
Binary11100100111000110101001011001011010101110100101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471A9; }

 p { color: rgb(228,113,169); }

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

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

 a { background-color: rgb(228,113,169); }

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

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

 span { border-color: rgb(228,113,169); }

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