#E984FA

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

Shades of Violet #E984FA

Tints of Violet #E984FA

Color information

#E984FA (or 0xE984FA) is unknown color: approx Violet. HEX triplet: E9, 84 and FA. RGB value is (233,132,250). Sum of RGB (Red+Green+Blue) = 233+132+250=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #E984FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E984FA is #167B05. Grayscale: #AFAFAF. Windows color (decimal): -1473286 or 16418025. OLE color: 16418025.

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

Color convert

RGB233132250-
CMYK0.070.4700.02
HSL291.36º92.19%74.9%-
HSV(B)291.36º47.2%98.04%-
XYZ59.1140.7395.19-
YUV175.65169.96168.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=37.89%
G=21.46%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331322500.070.4700.02291.3692.1974.9
HexE984FA72F021235c4b
Octal35120437275702443134113
Binary11101001100001001111101011110111101010010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984FA; }

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

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

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

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

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

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

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

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