#E16AA7

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

Shades of Pale Violet Red #E16AA7

Tints of Pale Violet Red #E16AA7

Color information

#E16AA7 (or 0xE16AA7) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6A and A7. RGB value is (225,106,167). Sum of RGB (Red+Green+Blue) = 225+106+167=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AA7 is #1E9558. Grayscale: #949494. Windows color (decimal): -2004313 or 10971873. OLE color: 10971873.

HSL color Cylindrical-coordinate representation of color #E16AA7: hue angle of 329.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AA7 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225106167-
CMYK00.530.260.12
HSL329.24º66.48%64.9%-
HSV(B)329.24º52.89%88.24%-
XYZ43.1829.1139.9-
YUV148.54138.42182.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=45.18%
G=21.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510616700.530.260.12329.2466.4864.9
HexE16AA70351AC1494241
Octal3411522470653214511102101
Binary11100001110101010100111011010111010110010100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AA7; }

 p { color: rgb(225,106,167); }

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

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

 a { background-color: rgb(225,106,167); }

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

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

 span { border-color: rgb(225,106,167); }

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