#EE94F1

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

Shades of Violet #EE94F1

Tints of Violet #EE94F1

Color information

#EE94F1 (or 0xEE94F1) is unknown color: approx Violet. HEX triplet: EE, 94 and F1. RGB value is (238,148,241). Sum of RGB (Red+Green+Blue) = 238+148+241=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE94F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94F1 is #116B0E. Grayscale: #B9B9B9. Windows color (decimal): -1141519 or 15832302. OLE color: 15832302.

HSL color Cylindrical-coordinate representation of color #EE94F1: hue angle of 298.06º 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 #EE94F1 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238148241-
CMYK0.010.3900.05
HSL298.06º76.86%76.27%-
HSV(B)298.06º38.59%94.51%-
XYZ61.7345.7188.79-
YUV185.51159.32165.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=37.96%
G=23.60%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381482410.010.3900.05298.0676.8676.27
HexEE94F11270512a4d4c
Octal35622436114705452115114
Binary1110111010010100111100011100111010110010101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94F1; }

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

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

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

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

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

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

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

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