#EE9AEE

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

Shades of Violet #EE9AEE

Tints of Violet #EE9AEE

Color information

#EE9AEE (or 0xEE9AEE) is unknown color: approx Violet. HEX triplet: EE, 9A and EE. RGB value is (238,154,238). Sum of RGB (Red+Green+Blue) = 238+154+238=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE9AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AEE is #116511. Grayscale: #BCBCBC. Windows color (decimal): -1139986 or 15637230. OLE color: 15637230.

HSL color Cylindrical-coordinate representation of color #EE9AEE: hue angle of 300º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9AEE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238154238-
CMYK00.3500.07
HSL300º71.19%76.86%-
HSV(B)300º35.29%93.33%-
XYZ62.2547.4686.77-
YUV188.69155.83163.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 154 (60.55% from 255) = 24.44%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=37.78%
G=24.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815423800.3500.0730071.1976.86
HexEE9AEE0230712c474d
Octal35623235604307454107115
Binary1110111010011010111011100100011011110010110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AEE; }

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

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

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

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

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

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

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

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