#E168A1

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

Shades of Pale Violet Red #E168A1

Tints of Pale Violet Red #E168A1

Color information

#E168A1 (or 0xE168A1) is unknown color: approx Pale Violet Red. HEX triplet: E1, 68 and A1. RGB value is (225,104,161). Sum of RGB (Red+Green+Blue) = 225+104+161=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A1 is #1E975E. Grayscale: #929292. Windows color (decimal): -2004831 or 10578145. OLE color: 10578145.

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

Color convert

RGB225104161-
CMYK00.540.280.12
HSL331.74º66.85%64.51%-
HSV(B)331.74º53.78%88.24%-
XYZ42.4328.4836.98-
YUV146.68136.09183.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=45.92%
G=21.22%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510416100.540.280.12331.7466.8564.51
HexE168A10361CC14c4341
Octal3411502410663414514103101
Binary11100001110100010100001011011011100110010100110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168A1; }

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

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

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

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

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

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

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

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