#E16495

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

Shades of Pale Violet Red #E16495

Tints of Pale Violet Red #E16495

Color information

#E16495 (or 0xE16495) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and 95. RGB value is (225,100,149). Sum of RGB (Red+Green+Blue) = 225+100+149=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16495 is #1E9B6A. Grayscale: #8E8E8E. Windows color (decimal): -2005867 or 9790689. OLE color: 9790689.

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

Color convert

RGB225100149-
CMYK00.560.340.12
HSL336.48º67.57%63.73%-
HSV(B)336.48º55.56%88.24%-
XYZ41.0327.2931.54-
YUV142.96131.41186.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=47.47%
G=21.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510014900.560.340.12336.4867.5763.73
HexE1649503822C1504440
Octal3411442250704214520104100
Binary111000011100100100101010111000100010110010101000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16495; }

 p { color: rgb(225,100,149); }

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

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

 a { background-color: rgb(225,100,149); }

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

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

 span { border-color: rgb(225,100,149); }

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