#E161A0

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

Shades of Pale Violet Red #E161A0

Tints of Pale Violet Red #E161A0

Color information

#E161A0 (or 0xE161A0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 61 and A0. RGB value is (225,97,160). Sum of RGB (Red+Green+Blue) = 225+97+160=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A0 is #1E9E5F. Grayscale: #8E8E8E. Windows color (decimal): -2006624 or 10510817. OLE color: 10510817.

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

Color convert

RGB22597160-
CMYK00.570.290.12
HSL330.47º68.09%63.14%-
HSV(B)330.47º56.89%88.24%-
XYZ41.6727.136.29-
YUV142.45137.91186.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=46.68%
G=20.12%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259716000.570.290.12330.4768.0963.14
HexE161A00391DC14a443f
Octal341141240071351451210477
Binary1110000111000011010000001110011110111001010010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161A0; }

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

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

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

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

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

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

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

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