#E16697

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

Shades of Pale Violet Red #E16697

Tints of Pale Violet Red #E16697

Color information

#E16697 (or 0xE16697) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and 97. RGB value is (225,102,151). Sum of RGB (Red+Green+Blue) = 225+102+151=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16697 is #1E9968. Grayscale: #909090. Windows color (decimal): -2005353 or 9922273. OLE color: 9922273.

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

Color convert

RGB225102151-
CMYK00.550.330.12
HSL336.1º67.21%64.12%-
HSV(B)336.1º54.67%88.24%-
XYZ41.3927.7432.45-
YUV144.36131.75185.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=47.07%
G=21.34%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510215100.550.330.12336.167.2164.12
HexE1669703721C1504340
Octal3411462270674114520103100
Binary111000011100110100101110110111100001110010101000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16697; }

 p { color: rgb(225,102,151); }

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

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

 a { background-color: rgb(225,102,151); }

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

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

 span { border-color: rgb(225,102,151); }

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