#e86ea1

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

Shades of Pale Violet Red #E86EA1

Tints of Pale Violet Red #E86EA1

Color information

#E86EA1 (or 0xE86EA1) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6E and A1. RGB value is (232,110,161). Sum of RGB (Red+Green+Blue) = 232+110+161=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86EA1 is #17915E. Grayscale: #989898. Windows color (decimal): -1544543 or 10579688. OLE color: 10579688.

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

Color convert

RGB232110161-
CMYK00.530.310.09
HSL334.92º72.62%67.06%-
HSV(B)334.92º52.59%90.98%-
XYZ45.2930.8837.29-
YUV152.29132.92184.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=46.12%
G=21.87%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211016100.530.310.09334.9272.6267.06
HexE86EA10351F914f4943
Octal3501562410653711517111103
Binary11101000110111010100001011010111111100110100111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86ea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86ea1; }

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

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

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

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

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

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

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

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