#E98CFD

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

Shades of Violet #E98CFD

Tints of Violet #E98CFD

Color information

#E98CFD (or 0xE98CFD) is unknown color: approx Violet. HEX triplet: E9, 8C and FD. RGB value is (233,140,253). Sum of RGB (Red+Green+Blue) = 233+140+253=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 140 (55.08% from 255 or 22.36% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E98CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98CFD is #167302. Grayscale: #B4B4B4. Windows color (decimal): -1471235 or 16616681. OLE color: 16616681.

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

Color convert

RGB233140253-
CMYK0.080.4500.01
HSL289.38º96.58%77.06%-
HSV(B)289.38º44.66%99.22%-
XYZ60.7143.1798.06-
YUV180.69168.81165.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 140 (55.08% from 255) = 22.36%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=37.22%
G=22.36%
B=40.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331402530.080.4500.01289.3896.5877.06
HexE98CFD82D01121614d
Octal351214375105501441141115
Binary11101001100011001111110110001011010110010000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98CFD; }

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

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

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

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

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

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

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

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