#EE91FC

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

Shades of Violet #EE91FC

Tints of Violet #EE91FC

Color information

#EE91FC (or 0xEE91FC) is unknown color: approx Violet. HEX triplet: EE, 91 and FC. RGB value is (238,145,252). Sum of RGB (Red+Green+Blue) = 238+145+252=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE91FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE91FC is #116E03. Grayscale: #B8B8B8. Windows color (decimal): -1142276 or 16552430. OLE color: 16552430.

HSL color Cylindrical-coordinate representation of color #EE91FC: hue angle of 292.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE91FC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238145252-
CMYK0.060.4200.01
HSL292.15º94.69%77.84%-
HSV(B)292.15º42.46%98.82%-
XYZ62.9645.4697.55-
YUV185165.81165.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 145 (57.03% from 255) = 22.83%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=37.48%
G=22.83%
B=39.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381452520.060.4200.01292.1594.6977.84
HexEE91FC62A011245f4e
Octal35622137465201444137116
Binary1110111010010001111111001101010100110010010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE91FC; }

 p { color: rgb(238,145,252); }

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

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

 a { background-color: rgb(238,145,252); }

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

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

 span { border-color: rgb(238,145,252); }

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