#e16b9d

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

Shades of Pale Violet Red #E16B9D

Tints of Pale Violet Red #E16B9D

Color information

#E16B9D (or 0xE16B9D) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6B and 9D. RGB value is (225,107,157). Sum of RGB (Red+Green+Blue) = 225+107+157=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B9D is #1E9462. Grayscale: #939393. Windows color (decimal): -2004067 or 10316769. OLE color: 10316769.

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

Color convert

RGB225107157-
CMYK00.520.300.12
HSL334.58º66.29%65.1%-
HSV(B)334.58º52.44%88.24%-
XYZ42.3928.9635.25-
YUV147.98133.09182.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=46.01%
G=21.88%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510715700.520.300.12334.5866.2965.1
HexE16B9D0341EC14f4241
Octal3411532350643614517102101
Binary11100001110101110011101011010011110110010100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16b9d; }

 p { color: rgb(225,107,157); }

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

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

 a { background-color: rgb(225,107,157); }

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

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

 span { border-color: rgb(225,107,157); }

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