#E86AA1

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

Shades of Pale Violet Red #E86AA1

Tints of Pale Violet Red #E86AA1

Color information

#E86AA1 (or 0xE86AA1) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6A and A1. RGB value is (232,106,161). Sum of RGB (Red+Green+Blue) = 232+106+161=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86AA1 is #17955E. Grayscale: #959595. Windows color (decimal): -1545567 or 10578664. OLE color: 10578664.

HSL color Cylindrical-coordinate representation of color #E86AA1: hue angle of 333.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86AA1 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232106161-
CMYK00.540.310.09
HSL333.81º73.26%66.27%-
HSV(B)333.81º54.31%90.98%-
XYZ44.8730.0437.15-
YUV149.94134.24186.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.49%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=46.49%
G=21.24%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210616100.540.310.09333.8173.2666.27
HexE86AA10361F914e4942
Octal3501522410663711516111102
Binary11101000110101010100001011011011111100110100111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86AA1; }

 p { color: rgb(232,106,161); }

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

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

 a { background-color: rgb(232,106,161); }

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

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

 span { border-color: rgb(232,106,161); }

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