#EE94F6

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

Shades of Violet #EE94F6

Tints of Violet #EE94F6

Color information

#EE94F6 (or 0xEE94F6) is unknown color: approx Violet. HEX triplet: EE, 94 and F6. RGB value is (238,148,246). Sum of RGB (Red+Green+Blue) = 238+148+246=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE94F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94F6 is #116B09. Grayscale: #B9B9B9. Windows color (decimal): -1141514 or 16159982. OLE color: 16159982.

HSL color Cylindrical-coordinate representation of color #EE94F6: hue angle of 295.1º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE94F6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238148246-
CMYK0.030.4000.04
HSL295.1º84.48%77.25%-
HSV(B)295.1º39.84%96.47%-
XYZ62.4846.0192.78-
YUV186.08161.82165.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 148 (58.20% from 255) = 23.42%
BLUE value IS 246 (96.48% from 255) = 38.92%
R=37.66%
G=23.42%
B=38.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381482460.030.4000.04295.184.4877.25
HexEE94F632804127544d
Octal35622436635004447124115
Binary11101110100101001111011011101000010010010011110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94F6; }

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

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

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

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

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

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

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

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