#E990EA

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

Shades of Violet #E990EA

Tints of Violet #E990EA

Color information

#E990EA (or 0xE990EA) is unknown color: approx Violet. HEX triplet: E9, 90 and EA. RGB value is (233,144,234). Sum of RGB (Red+Green+Blue) = 233+144+234=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E990EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E990EA is #166F15. Grayscale: #B4B4B4. Windows color (decimal): -1470230 or 15372521. OLE color: 15372521.

HSL color Cylindrical-coordinate representation of color #E990EA: hue angle of 299.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990EA is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233144234-
CMYK0.000.3800.08
HSL299.33º68.18%74.12%-
HSV(B)299.33º38.46%91.76%-
XYZ58.4343.2183.1-
YUV180.87157.99165.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=38.13%
G=23.57%
B=38.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331442340.000.3800.08299.3368.1874.12
HexE990EA0260812b444a
Octal351220352046010453104112
Binary11101001100100001110101001001100100010010101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990EA; }

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

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

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

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

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

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

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

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