#E16D98

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

Shades of Pale Violet Red #E16D98

Tints of Pale Violet Red #E16D98

Color information

#E16D98 (or 0xE16D98) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6D and 98. RGB value is (225,109,152). Sum of RGB (Red+Green+Blue) = 225+109+152=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D98 is #1E9267. Grayscale: #949494. Windows color (decimal): -2003560 or 9989601. OLE color: 9989601.

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

Color convert

RGB225109152-
CMYK00.520.320.12
HSL337.76º65.91%65.49%-
HSV(B)337.76º51.56%88.24%-
XYZ42.1929.2133.12-
YUV148.59129.93182.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=46.30%
G=22.43%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510915200.520.320.12337.7665.9165.49
HexE16D9803420C1524241
Octal3411552300644014522102101
Binary111000011101101100110000110100100000110010101001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D98; }

 p { color: rgb(225,109,152); }

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

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

 a { background-color: rgb(225,109,152); }

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

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

 span { border-color: rgb(225,109,152); }

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