#E86C9E

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

Shades of Pale Violet Red #E86C9E

Tints of Pale Violet Red #E86C9E

Color information

#E86C9E (or 0xE86C9E) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6C and 9E. RGB value is (232,108,158). Sum of RGB (Red+Green+Blue) = 232+108+158=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9E is #179361. Grayscale: #969696. Windows color (decimal): -1545058 or 10382568. OLE color: 10382568.

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

Color convert

RGB232108158-
CMYK00.530.320.09
HSL335.81º72.94%66.67%-
HSV(B)335.81º53.45%90.98%-
XYZ44.8130.3535.84-
YUV150.78132.08185.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.59%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=46.59%
G=21.69%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210815800.530.320.09335.8172.9466.67
HexE86C9E0352091504943
Octal3501542360654011520111103
Binary111010001101100100111100110101100000100110101000010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C9E; }

 p { color: rgb(232,108,158); }

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

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

 a { background-color: rgb(232,108,158); }

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

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

 span { border-color: rgb(232,108,158); }

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