#E999EA

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

Shades of Plum #E999EA

Tints of Plum #E999EA

Color information

#E999EA (or 0xE999EA) is unknown color: approx Plum. HEX triplet: E9, 99 and EA. RGB value is (233,153,234). Sum of RGB (Red+Green+Blue) = 233+153+234=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E999EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999EA is #166615. Grayscale: #B9B9B9. Windows color (decimal): -1467926 or 15374825. OLE color: 15374825.

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

Color convert

RGB233153234-
CMYK0.000.3500.08
HSL299.26º65.85%75.88%-
HSV(B)299.26º34.62%91.76%-
XYZ59.8546.0583.58-
YUV186.15155161.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.58%
GREEN value IS 153 (60.16% from 255) = 24.68%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=37.58%
G=24.68%
B=37.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331532340.000.3500.08299.2665.8575.88
HexE999EA0230812b424c
Octal351231352043010453102114
Binary11101001100110011110101001000110100010010101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999EA; }

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

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

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

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

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

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

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

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