#E16B98

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

Shades of Pale Violet Red #E16B98

Tints of Pale Violet Red #E16B98

Color information

#E16B98 (or 0xE16B98) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6B and 98. RGB value is (225,107,152). Sum of RGB (Red+Green+Blue) = 225+107+152=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B98 is #1E9467. Grayscale: #939393. Windows color (decimal): -2004072 or 9989089. OLE color: 9989089.

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

Color convert

RGB225107152-
CMYK00.520.320.12
HSL337.12º66.29%65.1%-
HSV(B)337.12º52.44%88.24%-
XYZ41.9828.7933.05-
YUV147.41130.59183.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=46.49%
G=22.11%
B=31.40%

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
Decimal22510715200.520.320.12337.1266.2965.1
HexE16B9803420C1514241
Octal3411532300644014521102101
Binary111000011101011100110000110100100000110010101000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B98; }

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

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

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

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

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

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

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

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