#EE93F9

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

Shades of Violet #EE93F9

Tints of Violet #EE93F9

Color information

#EE93F9 (or 0xEE93F9) is unknown color: approx Violet. HEX triplet: EE, 93 and F9. RGB value is (238,147,249). Sum of RGB (Red+Green+Blue) = 238+147+249=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE93F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93F9 is #116C06. Grayscale: #B9B9B9. Windows color (decimal): -1141767 or 16356334. OLE color: 16356334.

HSL color Cylindrical-coordinate representation of color #EE93F9: hue angle of 293.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE93F9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238147249-
CMYK0.040.4100.02
HSL293.53º89.47%77.65%-
HSV(B)293.53º40.96%97.65%-
XYZ62.7945.8895.17-
YUV185.84163.65165.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 147 (57.81% from 255) = 23.19%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=37.54%
G=23.19%
B=39.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381472490.040.4100.02293.5389.4777.65
HexEE93F942902126594e
Octal35622337145102446131116
Binary11101110100100111111100110010100101010010011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE93F9; }

 p { color: rgb(238,147,249); }

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

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

 a { background-color: rgb(238,147,249); }

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

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

 span { border-color: rgb(238,147,249); }

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