#E86C9D

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

Shades of Pale Violet Red #E86C9D

Tints of Pale Violet Red #E86C9D

Color information

#E86C9D (or 0xE86C9D) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6C and 9D. RGB value is (232,108,157). Sum of RGB (Red+Green+Blue) = 232+108+157=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9D is #179362. Grayscale: #969696. Windows color (decimal): -1545059 or 10317032. OLE color: 10317032.

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

Color convert

RGB232108157-
CMYK00.530.320.09
HSL336.29º72.94%66.67%-
HSV(B)336.29º53.45%90.98%-
XYZ44.7330.3235.39-
YUV150.66131.58186.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.68%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=46.68%
G=21.73%
B=31.59%

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
Decimal23210815700.530.320.09336.2972.9466.67
HexE86C9D0352091504943
Octal3501542350654011520111103
Binary111010001101100100111010110101100000100110101000010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C9D; }

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

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

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

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

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

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

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

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