#E882FA

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

Shades of Violet #E882FA

Tints of Violet #E882FA

Color information

#E882FA (or 0xE882FA) is unknown color: approx Violet. HEX triplet: E8, 82 and FA. RGB value is (232,130,250). Sum of RGB (Red+Green+Blue) = 232+130+250=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #E882FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882FA is #177D05. Grayscale: #ADADAD. Windows color (decimal): -1539334 or 16417512. OLE color: 16417512.

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

Color convert

RGB232130250-
CMYK0.070.4800.02
HSL291º92.31%74.51%-
HSV(B)291º48%98.04%-
XYZ58.5240.0295.08-
YUV174.18170.79169.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 130 (51.17% from 255) = 21.24%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=37.91%
G=21.24%
B=40.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321302500.070.4800.0229192.3174.51
HexE882FA730021235c4b
Octal35020237276002443134113
Binary11101000100000101111101011111000001010010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882FA; }

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

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

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

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

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

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

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

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