#E884FA

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

Shades of Violet #E884FA

Tints of Violet #E884FA

Color information

#E884FA (or 0xE884FA) is unknown color: approx Violet. HEX triplet: E8, 84 and FA. RGB value is (232,132,250). Sum of RGB (Red+Green+Blue) = 232+132+250=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #E884FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884FA is #177B05. Grayscale: #AEAEAE. Windows color (decimal): -1538822 or 16418024. OLE color: 16418024.

HSL color Cylindrical-coordinate representation of color #E884FA: hue angle of 290.85º 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 #E884FA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232132250-
CMYK0.070.4700.02
HSL290.85º92.19%74.9%-
HSV(B)290.85º47.2%98.04%-
XYZ58.7940.5695.17-
YUV175.35170.13168.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 132 (51.95% from 255) = 21.50%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=37.79%
G=21.50%
B=40.72%

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
Decimal2321322500.070.4700.02290.8592.1974.9
HexE884FA72F021235c4b
Octal35020437275702443134113
Binary11101000100001001111101011110111101010010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884FA; }

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

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

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

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

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

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

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

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