#E16393

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

Shades of Pale Violet Red #E16393

Tints of Pale Violet Red #E16393

Color information

#E16393 (or 0xE16393) is unknown color: approx Pale Violet Red. HEX triplet: E1, 63 and 93. RGB value is (225,99,147). Sum of RGB (Red+Green+Blue) = 225+99+147=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16393 is #1E9C6C. Grayscale: #8E8E8E. Windows color (decimal): -2006125 or 9659361. OLE color: 9659361.

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

Color convert

RGB22599147-
CMYK00.560.350.12
HSL337.14º67.74%63.53%-
HSV(B)337.14º56%88.24%-
XYZ40.7827.0430.67-
YUV142.15130.74187.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 99 (39.06% from 255) = 21.02%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=47.77%
G=21.02%
B=31.21%

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
Decimal2259914700.560.350.12337.1467.7463.53
HexE1639303823C1514440
Octal3411432230704314521104100
Binary111000011100011100100110111000100011110010101000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16393; }

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

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

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

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

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

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

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

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