#E98DF1

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

Shades of Violet #E98DF1

Tints of Violet #E98DF1

Color information

#E98DF1 (or 0xE98DF1) is unknown color: approx Violet. HEX triplet: E9, 8D and F1. RGB value is (233,141,241). Sum of RGB (Red+Green+Blue) = 233+141+241=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #E98DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DF1 is #16720E. Grayscale: #B3B3B3. Windows color (decimal): -1470991 or 15830505. OLE color: 15830505.

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

Color convert

RGB233141241-
CMYK0.030.4100.05
HSL295.2º78.12%74.9%-
HSV(B)295.2º41.49%94.51%-
XYZ59.0142.7288.36-
YUV179.91162.48165.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=37.89%
G=22.93%
B=39.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331412410.030.4100.05295.278.1274.9
HexE98DF1329051274e4b
Octal35121536135105447116113
Binary11101001100011011111000111101001010110010011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DF1; }

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

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

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

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

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

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

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

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