#EE97FA

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

Shades of Violet #EE97FA

Tints of Violet #EE97FA

Color information

#EE97FA (or 0xEE97FA) is unknown color: approx Violet. HEX triplet: EE, 97 and FA. RGB value is (238,151,250). Sum of RGB (Red+Green+Blue) = 238+151+250=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 151 (59.38% from 255 or 23.63% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE97FA is #116805. Grayscale: #BBBBBB. Windows color (decimal): -1140742 or 16422894. OLE color: 16422894.

HSL color Cylindrical-coordinate representation of color #EE97FA: hue angle of 292.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE97FA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238151250-
CMYK0.050.4000.02
HSL292.73º90.83%78.63%-
HSV(B)292.73º39.6%98.04%-
XYZ63.5847.2196.2-
YUV188.3162.82163.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 151 (59.38% from 255) = 23.63%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=37.25%
G=23.63%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381512500.050.4000.02292.7390.8378.63
HexEE97FA528021255b4f
Octal35622737255002445133117
Binary11101110100101111111101010110100001010010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE97FA; }

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

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

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

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

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

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

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

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