#E16C92

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

Shades of Pale Violet Red #E16C92

Tints of Pale Violet Red #E16C92

Color information

#E16C92 (or 0xE16C92) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6C and 92. RGB value is (225,108,146). Sum of RGB (Red+Green+Blue) = 225+108+146=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C92 is #1E936D. Grayscale: #939393. Windows color (decimal): -2003822 or 9596129. OLE color: 9596129.

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

Color convert

RGB225108146-
CMYK00.520.350.12
HSL340.51º66.1%65.29%-
HSV(B)340.51º52%88.24%-
XYZ41.628.8130.56-
YUV147.32127.26183.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=46.97%
G=22.55%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510814600.520.350.12340.5166.165.29
HexE16C9203423C1554241
Octal3411542220644314525102101
Binary111000011101100100100100110100100011110010101010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C92; }

 p { color: rgb(225,108,146); }

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

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

 a { background-color: rgb(225,108,146); }

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

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

 span { border-color: rgb(225,108,146); }

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