#EE90EE

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

Shades of Violet #EE90EE

Tints of Violet #EE90EE

Color information

#EE90EE (or 0xEE90EE) is unknown color: approx Violet. HEX triplet: EE, 90 and EE. RGB value is (238,144,238). Sum of RGB (Red+Green+Blue) = 238+144+238=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90EE is #116F11. Grayscale: #B6B6B6. Windows color (decimal): -1142546 or 15634670. OLE color: 15634670.

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

Color convert

RGB238144238-
CMYK00.3900.07
HSL300º73.44%74.9%-
HSV(B)300º39.5%93.33%-
XYZ60.6744.386.24-
YUV182.82159.14167.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=38.39%
G=23.23%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814423800.3900.0730073.4474.9
HexEE90EE0270712c494b
Octal35622035604707454111113
Binary1110111010010000111011100100111011110010110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90EE; }

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

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

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

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

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

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

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

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