#E98CFE

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

Shades of Violet #E98CFE

Tints of Violet #E98CFE

Color information

#E98CFE (or 0xE98CFE) is unknown color: approx Violet. HEX triplet: E9, 8C and FE. RGB value is (233,140,254). Sum of RGB (Red+Green+Blue) = 233+140+254=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #E98CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98CFE is #167301. Grayscale: #B4B4B4. Windows color (decimal): -1471234 or 16682217. OLE color: 16682217.

HSL color Cylindrical-coordinate representation of color #E98CFE: hue angle of 288.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98CFE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233140254-
CMYK0.080.4500.00
HSL288.95º98.28%77.25%-
HSV(B)288.95º44.88%99.61%-
XYZ60.8743.2498.9-
YUV180.8169.31165.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 140 (55.08% from 255) = 22.33%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=37.16%
G=22.33%
B=40.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331402540.080.4500.00288.9598.2877.25
HexE98CFE82D00121624d
Octal351214376105500441142115
Binary11101001100011001111111010001011010010010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98CFE; }

 p { color: rgb(233,140,254); }

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

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

 a { background-color: rgb(233,140,254); }

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

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

 span { border-color: rgb(233,140,254); }

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