#E998FA

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

Shades of Violet #E998FA

Tints of Violet #E998FA

Color information

#E998FA (or 0xE998FA) is unknown color: approx Violet. HEX triplet: E9, 98 and FA. RGB value is (233,152,250). Sum of RGB (Red+Green+Blue) = 233+152+250=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #E998FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E998FA is #166705. Grayscale: #BBBBBB. Windows color (decimal): -1468166 or 16423145. OLE color: 16423145.

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

Color convert

RGB233152250-
CMYK0.070.3900.02
HSL289.59º90.74%78.82%-
HSV(B)289.59º39.2%98.04%-
XYZ62.0946.6896.18-
YUV187.39163.34160.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 152 (59.77% from 255) = 23.94%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=36.69%
G=23.94%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331522500.070.3900.02289.5990.7478.82
HexE998FA727021225b4f
Octal35123037274702442133117
Binary11101001100110001111101011110011101010010001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998FA; }

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

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

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

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

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

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

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

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