#E984FC

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

Shades of Violet #E984FC

Tints of Violet #E984FC

Color information

#E984FC (or 0xE984FC) is unknown color: approx Violet. HEX triplet: E9, 84 and FC. RGB value is (233,132,252). Sum of RGB (Red+Green+Blue) = 233+132+252=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #E984FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E984FC is #167B03. Grayscale: #AFAFAF. Windows color (decimal): -1473284 or 16549097. OLE color: 16549097.

HSL color Cylindrical-coordinate representation of color #E984FC: hue angle of 290.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E984FC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233132252-
CMYK0.080.4800.01
HSL290.5º95.24%75.29%-
HSV(B)290.5º47.62%98.82%-
XYZ59.4340.8596.85-
YUV175.88170.96168.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 132 (51.95% from 255) = 21.39%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=37.76%
G=21.39%
B=40.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331322520.080.4800.01290.595.2475.29
HexE984FC830011225f4b
Octal351204374106001442137113
Binary11101001100001001111110010001100000110010001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984FC; }

 p { color: rgb(233,132,252); }

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

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

 a { background-color: rgb(233,132,252); }

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

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

 span { border-color: rgb(233,132,252); }

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