#E98DFA

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

Shades of Violet #E98DFA

Tints of Violet #E98DFA

Color information

#E98DFA (or 0xE98DFA) is unknown color: approx Violet. HEX triplet: E9, 8D and FA. RGB value is (233,141,250). Sum of RGB (Red+Green+Blue) = 233+141+250=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E98DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DFA is #167205. Grayscale: #B4B4B4. Windows color (decimal): -1470982 or 16420329. OLE color: 16420329.

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

Color convert

RGB233141250-
CMYK0.070.4400.02
HSL290.64º91.6%76.67%-
HSV(B)290.64º43.6%98.04%-
XYZ60.3843.2895.61-
YUV180.93166.98165.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 141 (55.47% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=37.34%
G=22.60%
B=40.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331412500.070.4400.02290.6491.676.67
HexE98DFA72C021235c4d
Octal35121537275402443134115
Binary11101001100011011111101011110110001010010001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DFA; }

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

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

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

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

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

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

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

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