#ee94f3

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

Shades of Violet #EE94F3

Tints of Violet #EE94F3

Color information

#EE94F3 (or 0xEE94F3) is unknown color: approx Violet. HEX triplet: EE, 94 and F3. RGB value is (238,148,243). Sum of RGB (Red+Green+Blue) = 238+148+243=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE94F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94F3 is #116B0C. Grayscale: #B9B9B9. Windows color (decimal): -1141517 or 15963374. OLE color: 15963374.

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

Color convert

RGB238148243-
CMYK0.020.3900.05
HSL296.84º79.83%76.67%-
HSV(B)296.84º39.09%95.29%-
XYZ62.0345.8390.37-
YUV185.74160.32165.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 148 (58.20% from 255) = 23.53%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=37.84%
G=23.53%
B=38.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381482430.020.3900.05296.8479.8376.67
HexEE94F322705129504d
Octal35622436324705451120115
Binary11101110100101001111001110100111010110010100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee94f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee94f3; }

 p { color: rgb(238,148,243); }

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

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

 a { background-color: rgb(238,148,243); }

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

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

 span { border-color: rgb(238,148,243); }

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