#E161A3

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

Shades of Pale Violet Red #E161A3

Tints of Pale Violet Red #E161A3

Color information

#E161A3 (or 0xE161A3) is unknown color: approx Pale Violet Red. HEX triplet: E1, 61 and A3. RGB value is (225,97,163). Sum of RGB (Red+Green+Blue) = 225+97+163=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A3 is #1E9E5C. Grayscale: #8E8E8E. Windows color (decimal): -2006621 or 10707425. OLE color: 10707425.

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

Color convert

RGB22597163-
CMYK00.570.280.12
HSL329.06º68.09%63.14%-
HSV(B)329.06º56.89%88.24%-
XYZ41.9427.237.69-
YUV142.8139.41186.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=46.39%
G=20%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259716300.570.280.12329.0668.0963.14
HexE161A30391CC149443f
Octal341141243071341451110477
Binary1110000111000011010001101110011110011001010010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161A3; }

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

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

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

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

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

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

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

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