#E993F1

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

Shades of Violet #E993F1

Tints of Violet #E993F1

Color information

#E993F1 (or 0xE993F1) is unknown color: approx Violet. HEX triplet: E9, 93 and F1. RGB value is (233,147,241). Sum of RGB (Red+Green+Blue) = 233+147+241=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #E993F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993F1 is #166C0E. Grayscale: #B7B7B7. Windows color (decimal): -1469455 or 15832041. OLE color: 15832041.

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

Color convert

RGB233147241-
CMYK0.030.3900.05
HSL294.89º77.05%76.08%-
HSV(B)294.89º39%94.51%-
XYZ59.9244.5488.66-
YUV183.43160.49163.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.52%
GREEN value IS 147 (57.81% from 255) = 23.67%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=37.52%
G=23.67%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331472410.030.3900.05294.8977.0576.08
HexE993F1327051274d4c
Octal35122336134705447115114
Binary11101001100100111111000111100111010110010011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993F1; }

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

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

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

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

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

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

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

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