#E168A0

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

Shades of Pale Violet Red #E168A0

Tints of Pale Violet Red #E168A0

Color information

#E168A0 (or 0xE168A0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 68 and A0. RGB value is (225,104,160). Sum of RGB (Red+Green+Blue) = 225+104+160=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A0 is #1E975F. Grayscale: #929292. Windows color (decimal): -2004832 or 10512609. OLE color: 10512609.

HSL color Cylindrical-coordinate representation of color #E168A0: hue angle of 332.23º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168A0 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225104160-
CMYK00.540.290.12
HSL332.23º66.85%64.51%-
HSV(B)332.23º53.78%88.24%-
XYZ42.3528.4536.52-
YUV146.56135.59183.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=46.01%
G=21.27%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510416000.540.290.12332.2366.8564.51
HexE168A00361DC14c4341
Octal3411502400663514514103101
Binary11100001110100010100000011011011101110010100110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168A0; }

 p { color: rgb(225,104,160); }

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

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

 a { background-color: rgb(225,104,160); }

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

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

 span { border-color: rgb(225,104,160); }

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