#E98DEC

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

Shades of Violet #E98DEC

Tints of Violet #E98DEC

Color information

#E98DEC (or 0xE98DEC) is unknown color: approx Violet. HEX triplet: E9, 8D and EC. RGB value is (233,141,236). Sum of RGB (Red+Green+Blue) = 233+141+236=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E98DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DEC is #167213. Grayscale: #B3B3B3. Windows color (decimal): -1470996 or 15502825. OLE color: 15502825.

HSL color Cylindrical-coordinate representation of color #E98DEC: hue angle of 298.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98DEC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233141236-
CMYK0.010.4000.07
HSL298.11º71.43%73.92%-
HSV(B)298.11º40.25%92.55%-
XYZ58.2742.4384.48-
YUV179.34159.98166.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 141 (55.47% from 255) = 23.11%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=38.20%
G=23.11%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331412360.010.4000.07298.1171.4373.92
HexE98DEC1280712a474a
Octal35121535415007452107112
Binary1110100110001101111011001101000011110010101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DEC; }

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

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

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

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

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

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

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

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