#E986E4

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

Shades of Violet #E986E4

Tints of Violet #E986E4

Color information

#E986E4 (or 0xE986E4) is unknown color: approx Violet. HEX triplet: E9, 86 and E4. RGB value is (233,134,228). Sum of RGB (Red+Green+Blue) = 233+134+228=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E986E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986E4 is #16791B. Grayscale: #AEAEAE. Windows color (decimal): -1472796 or 14976745. OLE color: 14976745.

HSL color Cylindrical-coordinate representation of color #E986E4: hue angle of 303.03º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986E4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233134228-
CMYK00.420.020.09
HSL303.03º69.23%71.96%-
HSV(B)303.03º42.49%91.37%-
XYZ56.1339.9878.16-
YUV174.32158.3169.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 228 (89.45% from 255) = 38.32%
R=39.16%
G=22.52%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313422800.420.020.09303.0369.2371.96
HexE986E402A2912f4548
Octal351206344052211457105110
Binary111010011000011011100100010101010100110010111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986E4; }

 p { color: rgb(233,134,228); }

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

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

 a { background-color: rgb(233,134,228); }

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

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

 span { border-color: rgb(233,134,228); }

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