#E16A9F

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

Shades of Pale Violet Red #E16A9F

Tints of Pale Violet Red #E16A9F

Color information

#E16A9F (or 0xE16A9F) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6A and 9F. RGB value is (225,106,159). Sum of RGB (Red+Green+Blue) = 225+106+159=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A9F is #1E9560. Grayscale: #939393. Windows color (decimal): -2004321 or 10447585. OLE color: 10447585.

HSL color Cylindrical-coordinate representation of color #E16A9F: hue angle of 333.28º 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 #E16A9F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225106159-
CMYK00.530.290.12
HSL333.28º66.48%64.9%-
HSV(B)333.28º52.89%88.24%-
XYZ42.4628.8236.13-
YUV147.62134.42183.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=45.92%
G=21.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510615900.530.290.12333.2866.4864.9
HexE16A9F0351DC14d4241
Octal3411522370653514515102101
Binary11100001110101010011111011010111101110010100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A9F; }

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

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

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

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

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

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

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

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