#E87DEC

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

Shades of Violet #E87DEC

Tints of Violet #E87DEC

Color information

#E87DEC (or 0xE87DEC) is unknown color: approx Violet. HEX triplet: E8, 7D and EC. RGB value is (232,125,236). Sum of RGB (Red+Green+Blue) = 232+125+236=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E87DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87DEC is #178213. Grayscale: #A9A9A9. Windows color (decimal): -1540628 or 15498728. OLE color: 15498728.

HSL color Cylindrical-coordinate representation of color #E87DEC: hue angle of 297.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87DEC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232125236-
CMYK0.020.4700.07
HSL297.84º74.5%70.78%-
HSV(B)297.84º47.03%92.55%-
XYZ55.7537.8883.73-
YUV169.65165.45172.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=39.12%
G=21.08%
B=39.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321252360.020.4700.07297.8474.570.78
HexE87DEC22F0712a4a47
Octal35017535425707452112107
Binary1110100011111011110110010101111011110010101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DEC; }

 p { color: rgb(232,125,236); }

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

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

 a { background-color: rgb(232,125,236); }

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

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

 span { border-color: rgb(232,125,236); }

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