#E990ED

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

Shades of Violet #E990ED

Tints of Violet #E990ED

Color information

#E990ED (or 0xE990ED) is unknown color: approx Violet. HEX triplet: E9, 90 and ED. RGB value is (233,144,237). Sum of RGB (Red+Green+Blue) = 233+144+237=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #E990ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E990ED is #166F12. Grayscale: #B4B4B4. Windows color (decimal): -1470227 or 15569129. OLE color: 15569129.

HSL color Cylindrical-coordinate representation of color #E990ED: hue angle of 297.42º degrees, saturation: 0.72, 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 #E990ED is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233144237-
CMYK0.020.3900.07
HSL297.42º72.09%74.71%-
HSV(B)297.42º39.24%92.94%-
XYZ58.8643.3885.39-
YUV181.21159.49164.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=37.95%
G=23.45%
B=38.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331442370.020.3900.07297.4272.0974.71
HexE990ED22707129484b
Octal35122035524707451110113
Binary11101001100100001110110110100111011110010100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990ED; }

 p { color: rgb(233,144,237); }

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

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

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

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

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

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

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