#EE90F0

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

Shades of Violet #EE90F0

Tints of Violet #EE90F0

Color information

#EE90F0 (or 0xEE90F0) is unknown color: approx Violet. HEX triplet: EE, 90 and F0. RGB value is (238,144,240). Sum of RGB (Red+Green+Blue) = 238+144+240=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90F0 is #116F0F. Grayscale: #B6B6B6. Windows color (decimal): -1142544 or 15765742. OLE color: 15765742.

HSL color Cylindrical-coordinate representation of color #EE90F0: hue angle of 298.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE90F0 is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238144240-
CMYK0.010.400.06
HSL298.75º76.19%75.29%-
HSV(B)298.75º40%94.12%-
XYZ60.9644.4187.8-
YUV183.05160.14167.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 240 (94.14% from 255) = 38.59%
R=38.26%
G=23.15%
B=38.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381442400.010.400.06298.7576.1975.29
HexEE90F01280612b4c4b
Octal35622036015006453114113
Binary1110111010010000111100001101000011010010101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90F0; }

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

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

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

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

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

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

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

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