#E86EA2

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

Shades of Pale Violet Red #E86EA2

Tints of Pale Violet Red #E86EA2

Color information

#E86EA2 (or 0xE86EA2) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6E and A2. RGB value is (232,110,162). Sum of RGB (Red+Green+Blue) = 232+110+162=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86EA2 is #17915D. Grayscale: #989898. Windows color (decimal): -1544542 or 10645224. OLE color: 10645224.

HSL color Cylindrical-coordinate representation of color #E86EA2: hue angle of 334.43º 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 #E86EA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB232110162-
CMYK00.530.300.09
HSL334.43º72.62%67.06%-
HSV(B)334.43º52.59%90.98%-
XYZ45.3830.9237.76-
YUV152.41133.42184.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.03%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=46.03%
G=21.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211016200.530.300.09334.4372.6267.06
HexE86EA20351E914e4943
Octal3501562420653611516111103
Binary11101000110111010100010011010111110100110100111010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86EA2; }

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

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

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

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

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

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

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

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