#EE9AFE

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

Shades of Violet #EE9AFE

Tints of Violet #EE9AFE

Color information

#EE9AFE (or 0xEE9AFE) is unknown color: approx Violet. HEX triplet: EE, 9A and FE. RGB value is (238,154,254). Sum of RGB (Red+Green+Blue) = 238+154+254=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFE is #116501. Grayscale: #BEBEBE. Windows color (decimal): -1139970 or 16685806. OLE color: 16685806.

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

Color convert

RGB238154254-
CMYK0.060.3900.00
HSL290.4º98.04%80%-
HSV(B)290.4º39.37%99.61%-
XYZ64.748.4499.71-
YUV190.52163.83161.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 154 (60.55% from 255) = 23.84%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=36.84%
G=23.84%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381542540.060.3900.00290.498.0480
HexEE9AFE627001226250
Octal35623237664700442142120
Binary1110111010011010111111101101001110010010001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AFE; }

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

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

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

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

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

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

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

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