#E993FD

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

Shades of Violet #E993FD

Tints of Violet #E993FD

Color information

#E993FD (or 0xE993FD) is unknown color: approx Violet. HEX triplet: E9, 93 and FD. RGB value is (233,147,253). Sum of RGB (Red+Green+Blue) = 233+147+253=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #E993FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993FD is #166C02. Grayscale: #B8B8B8. Windows color (decimal): -1469443 or 16618473. OLE color: 16618473.

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

Color convert

RGB233147253-
CMYK0.080.4200.01
HSL288.68º96.36%78.43%-
HSV(B)288.68º41.9%99.22%-
XYZ61.7745.2898.41-
YUV184.8166.49162.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.81%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=36.81%
G=23.22%
B=39.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331472530.080.4200.01288.6896.3678.43
HexE993FD82A01121604e
Octal351223375105201441140116
Binary11101001100100111111110110001010100110010000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993FD; }

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

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

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

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

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

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

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

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