#E98EFA

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

Shades of Violet #E98EFA

Tints of Violet #E98EFA

Color information

#E98EFA (or 0xE98EFA) is unknown color: approx Violet. HEX triplet: E9, 8E and FA. RGB value is (233,142,250). Sum of RGB (Red+Green+Blue) = 233+142+250=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #E98EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98EFA is #167105. Grayscale: #B5B5B5. Windows color (decimal): -1470726 or 16420585. OLE color: 16420585.

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

Color convert

RGB233142250-
CMYK0.070.4300.02
HSL290.56º91.53%76.86%-
HSV(B)290.56º43.2%98.04%-
XYZ60.5343.5795.66-
YUV181.52166.65164.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 142 (55.86% from 255) = 22.72%
BLUE value IS 250 (98.05% from 255) = 40%
R=37.28%
G=22.72%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331422500.070.4300.02290.5691.5376.86
HexE98EFA72B021235c4d
Octal35121637275302443134115
Binary11101001100011101111101011110101101010010001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98EFA; }

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

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

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

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

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

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

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

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