#EE90FD

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

Shades of Violet #EE90FD

Tints of Violet #EE90FD

Color information

#EE90FD (or 0xEE90FD) is unknown color: approx Violet. HEX triplet: EE, 90 and FD. RGB value is (238,144,253). Sum of RGB (Red+Green+Blue) = 238+144+253=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90FD is #116F02. Grayscale: #B8B8B8. Windows color (decimal): -1142531 or 16617710. OLE color: 16617710.

HSL color Cylindrical-coordinate representation of color #EE90FD: hue angle of 291.74º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE90FD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238144253-
CMYK0.060.4300.01
HSL291.74º96.46%77.84%-
HSV(B)291.74º43.08%99.22%-
XYZ62.9645.2298.34-
YUV184.53166.64166.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 144 (56.64% from 255) = 22.68%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=37.48%
G=22.68%
B=39.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381442530.060.4300.01291.7496.4677.84
HexEE90FD62B01124604e
Octal35622037565301444140116
Binary1110111010010000111111011101010110110010010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90FD; }

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

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

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

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

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

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

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

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