#E472AA

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

Shades of Pale Violet Red #E472AA

Tints of Pale Violet Red #E472AA

Color information

#E472AA (or 0xE472AA) is unknown color: approx Pale Violet Red. HEX triplet: E4, 72 and AA. RGB value is (228,114,170). Sum of RGB (Red+Green+Blue) = 228+114+170=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E472AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E472AA is #1B8D55. Grayscale: #9A9A9A. Windows color (decimal): -1805654 or 11170532. OLE color: 11170532.

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

Color convert

RGB228114170-
CMYK00.500.250.11
HSL330.53º67.86%67.06%-
HSV(B)330.53º50%89.41%-
XYZ45.2731.4341.71-
YUV154.47136.77180.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=44.53%
G=22.27%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811417000.500.250.11330.5367.8667.06
HexE472AA03219B14b4443
Octal3441622520623113513104103
Binary11100100111001010101010011001011001101110100101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472AA; }

 p { color: rgb(228,114,170); }

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

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

 a { background-color: rgb(228,114,170); }

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

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

 span { border-color: rgb(228,114,170); }

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