#E16990

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

Shades of Pale Violet Red #E16990

Tints of Pale Violet Red #E16990

Color information

#E16990 (or 0xE16990) is unknown color: approx Pale Violet Red. HEX triplet: E1, 69 and 90. RGB value is (225,105,144). Sum of RGB (Red+Green+Blue) = 225+105+144=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16990 is #1E966F. Grayscale: #919191. Windows color (decimal): -2004592 or 9464289. OLE color: 9464289.

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

Color convert

RGB225105144-
CMYK00.530.360.12
HSL340.5º66.67%64.71%-
HSV(B)340.5º53.33%88.24%-
XYZ41.1428.1229.65-
YUV145.33127.26184.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=47.47%
G=22.15%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510514400.530.360.12340.566.6764.71
HexE1699003524C1544341
Octal3411512200654414524103101
Binary111000011101001100100000110101100100110010101010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16990; }

 p { color: rgb(225,105,144); }

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

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

 a { background-color: rgb(225,105,144); }

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

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

 span { border-color: rgb(225,105,144); }

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