#E98DF2

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

Shades of Violet #E98DF2

Tints of Violet #E98DF2

Color information

#E98DF2 (or 0xE98DF2) is unknown color: approx Violet. HEX triplet: E9, 8D and F2. RGB value is (233,141,242). Sum of RGB (Red+Green+Blue) = 233+141+242=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #E98DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DF2 is #16720D. Grayscale: #B3B3B3. Windows color (decimal): -1470990 or 15896041. OLE color: 15896041.

HSL color Cylindrical-coordinate representation of color #E98DF2: hue angle of 294.65º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E98DF2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233141242-
CMYK0.040.4200.05
HSL294.65º79.53%75.1%-
HSV(B)294.65º41.74%94.9%-
XYZ59.1642.7889.14-
YUV180.02162.98165.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 141 (55.47% from 255) = 22.89%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=37.82%
G=22.89%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331412420.040.4200.05294.6579.5375.1
HexE98DF242A05127504b
Octal35121536245205447120113
Binary111010011000110111110010100101010010110010011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DF2; }

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

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

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

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

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

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

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

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