#E16391

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

Shades of Pale Violet Red #E16391

Tints of Pale Violet Red #E16391

Color information

#E16391 (or 0xE16391) is unknown color: approx Pale Violet Red. HEX triplet: E1, 63 and 91. RGB value is (225,99,145). Sum of RGB (Red+Green+Blue) = 225+99+145=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E16391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16391 is #1E9C6E. Grayscale: #8D8D8D. Windows color (decimal): -2006127 or 9528289. OLE color: 9528289.

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

Color convert

RGB22599145-
CMYK00.560.360.12
HSL338.1º67.74%63.53%-
HSV(B)338.1º56%88.24%-
XYZ40.6226.9829.85-
YUV141.92129.74187.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=47.97%
G=21.11%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259914500.560.360.12338.167.7463.53
HexE1639103824C1524440
Octal3411432210704414522104100
Binary111000011100011100100010111000100100110010101001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16391; }

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

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

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

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

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

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

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

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