#E16392

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

Shades of Pale Violet Red #E16392

Tints of Pale Violet Red #E16392

Color information

#E16392 (or 0xE16392) is unknown color: approx Pale Violet Red. HEX triplet: E1, 63 and 92. RGB value is (225,99,146). Sum of RGB (Red+Green+Blue) = 225+99+146=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16392 is #1E9C6D. Grayscale: #8D8D8D. Windows color (decimal): -2006126 or 9593825. OLE color: 9593825.

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

Color convert

RGB22599146-
CMYK00.560.350.12
HSL337.62º67.74%63.53%-
HSV(B)337.62º56%88.24%-
XYZ40.727.0130.26-
YUV142.03130.24187.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=47.87%
G=21.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259914600.560.350.12337.6267.7463.53
HexE1639203823C1524440
Octal3411432220704314522104100
Binary111000011100011100100100111000100011110010101001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16392; }

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

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

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

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

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

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

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

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