#e16890

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

Shades of Pale Violet Red #E16890

Tints of Pale Violet Red #E16890

Color information

#E16890 (or 0xE16890) is unknown color: approx Pale Violet Red. HEX triplet: E1, 68 and 90. RGB value is (225,104,144). Sum of RGB (Red+Green+Blue) = 225+104+144=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16890 is #1E976F. Grayscale: #909090. Windows color (decimal): -2004848 or 9464033. OLE color: 9464033.

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

Color convert

RGB225104144-
CMYK00.540.360.12
HSL340.17º66.85%64.51%-
HSV(B)340.17º53.78%88.24%-
XYZ41.0427.9229.61-
YUV144.74127.59185.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=47.57%
G=21.99%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510414400.540.360.12340.1766.8564.51
HexE1689003624C1544341
Octal3411502200664414524103101
Binary111000011101000100100000110110100100110010101010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16890; }

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

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

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

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

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

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

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

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