#EE9AFA

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

Shades of Violet #EE9AFA

Tints of Violet #EE9AFA

Color information

#EE9AFA (or 0xEE9AFA) is unknown color: approx Violet. HEX triplet: EE, 9A and FA. RGB value is (238,154,250). Sum of RGB (Red+Green+Blue) = 238+154+250=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 154 (60.55% from 255 or 23.99% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFA is #116505. Grayscale: #BDBDBD. Windows color (decimal): -1139974 or 16423662. OLE color: 16423662.

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

Color convert

RGB238154250-
CMYK0.050.3800.02
HSL292.5º90.57%79.22%-
HSV(B)292.5º38.4%98.04%-
XYZ64.0748.1996.37-
YUV190.06161.83162.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 154 (60.55% from 255) = 23.99%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=37.07%
G=23.99%
B=38.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381542500.050.3800.02292.590.5779.22
HexEE9AFA526021245b4f
Octal35623237254602444133117
Binary11101110100110101111101010110011001010010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AFA; }

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

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

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

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

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

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

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

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