#EE97FC

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

Shades of Violet #EE97FC

Tints of Violet #EE97FC

Color information

#EE97FC (or 0xEE97FC) is unknown color: approx Violet. HEX triplet: EE, 97 and FC. RGB value is (238,151,252). Sum of RGB (Red+Green+Blue) = 238+151+252=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 151 (59.38% from 255 or 23.56% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE97FC is #116803. Grayscale: #BCBCBC. Windows color (decimal): -1140740 or 16553966. OLE color: 16553966.

HSL color Cylindrical-coordinate representation of color #EE97FC: hue angle of 291.68º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE97FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238151252-
CMYK0.060.4000.01
HSL291.68º94.39%79.02%-
HSV(B)291.68º40.08%98.82%-
XYZ63.947.3497.86-
YUV188.53163.82163.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 151 (59.38% from 255) = 23.56%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=37.13%
G=23.56%
B=39.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381512520.060.4000.01291.6894.3979.02
HexEE97FC628011245e4f
Octal35622737465001444136117
Binary1110111010010111111111001101010000110010010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE97FC; }

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

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

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

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

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

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

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

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