#E16496

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

Shades of Pale Violet Red #E16496

Tints of Pale Violet Red #E16496

Color information

#E16496 (or 0xE16496) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and 96. RGB value is (225,100,150). Sum of RGB (Red+Green+Blue) = 225+100+150=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16496 is #1E9B69. Grayscale: #8F8F8F. Windows color (decimal): -2005866 or 9856225. OLE color: 9856225.

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

Color convert

RGB225100150-
CMYK00.560.330.12
HSL336º67.57%63.73%-
HSV(B)336º55.56%88.24%-
XYZ41.1127.3231.96-
YUV143.07131.91186.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=47.37%
G=21.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510015000.560.330.1233667.5763.73
HexE1649603821C1504440
Octal3411442260704114520104100
Binary111000011100100100101100111000100001110010101000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16496; }

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

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

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

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

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

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

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

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