#E16790

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

Shades of Pale Violet Red #E16790

Tints of Pale Violet Red #E16790

Color information

#E16790 (or 0xE16790) is unknown color: approx Pale Violet Red. HEX triplet: E1, 67 and 90. RGB value is (225,103,144). Sum of RGB (Red+Green+Blue) = 225+103+144=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16790 is #1E986F. Grayscale: #909090. Windows color (decimal): -2005104 or 9463777. OLE color: 9463777.

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

Color convert

RGB225103144-
CMYK00.540.360.12
HSL339.84º67.03%64.31%-
HSV(B)339.84º54.22%88.24%-
XYZ40.9427.7229.58-
YUV144.15127.92185.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=47.67%
G=21.82%
B=30.51%

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
Decimal22510314400.540.360.12339.8467.0364.31
HexE1679003624C1544340
Octal3411472200664414524103100
Binary111000011100111100100000110110100100110010101010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16790; }

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

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

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

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

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

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

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

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