#E16BA8

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

Shades of Pale Violet Red #E16BA8

Tints of Pale Violet Red #E16BA8

Color information

#E16BA8 (or 0xE16BA8) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6B and A8. RGB value is (225,107,168). Sum of RGB (Red+Green+Blue) = 225+107+168=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16BA8 is #1E9457. Grayscale: #959595. Windows color (decimal): -2004056 or 11037665. OLE color: 11037665.

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

Color convert

RGB225107168-
CMYK00.520.250.12
HSL328.98º66.29%65.1%-
HSV(B)328.98º52.44%88.24%-
XYZ43.3829.3540.42-
YUV149.24138.59182.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=45%
G=21.4%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510716800.520.250.12328.9866.2965.1
HexE16BA803419C1494241
Octal3411532500643114511102101
Binary11100001110101110101000011010011001110010100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BA8; }

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

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

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

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

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

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

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

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