#E86AA0

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

Shades of Pale Violet Red #E86AA0

Tints of Pale Violet Red #E86AA0

Color information

#E86AA0 (or 0xE86AA0) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6A and A0. RGB value is (232,106,160). Sum of RGB (Red+Green+Blue) = 232+106+160=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86AA0 is #17955F. Grayscale: #959595. Windows color (decimal): -1545568 or 10513128. OLE color: 10513128.

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

Color convert

RGB232106160-
CMYK00.540.310.09
HSL334.29º73.26%66.27%-
HSV(B)334.29º54.31%90.98%-
XYZ44.783036.69-
YUV149.83133.74186.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.59%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 160 (62.89% from 255) = 32.13%
R=46.59%
G=21.29%
B=32.13%

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
Decimal23210616000.540.310.09334.2973.2666.27
HexE86AA00361F914e4942
Octal3501522400663711516111102
Binary11101000110101010100000011011011111100110100111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86AA0; }

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

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

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

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

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

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

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

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