#EE97FE

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

Shades of Violet #EE97FE

Tints of Violet #EE97FE

Color information

#EE97FE (or 0xEE97FE) is unknown color: approx Violet. HEX triplet: EE, 97 and FE. RGB value is (238,151,254). Sum of RGB (Red+Green+Blue) = 238+151+254=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE97FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE97FE is #116801. Grayscale: #BCBCBC. Windows color (decimal): -1140738 or 16685038. OLE color: 16685038.

HSL color Cylindrical-coordinate representation of color #EE97FE: hue angle of 290.68º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE97FE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238151254-
CMYK0.060.4100.00
HSL290.68º98.1%79.41%-
HSV(B)290.68º40.55%99.61%-
XYZ64.2247.4799.54-
YUV188.75164.82163.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=37.01%
G=23.48%
B=39.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381512540.060.4100.00290.6898.179.41
HexEE97FE62900123624f
Octal35622737665100443142117
Binary1110111010010111111111101101010010010010001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE97FE; }

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

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

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

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

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

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

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

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