#E999ED

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

Shades of Plum #E999ED

Tints of Plum #E999ED

Color information

#E999ED (or 0xE999ED) is unknown color: approx Plum. HEX triplet: E9, 99 and ED. RGB value is (233,153,237). Sum of RGB (Red+Green+Blue) = 233+153+237=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #E999ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999ED is #166612. Grayscale: #BABABA. Windows color (decimal): -1467923 or 15571433. OLE color: 15571433.

HSL color Cylindrical-coordinate representation of color #E999ED: hue angle of 297.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E999ED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233153237-
CMYK0.020.3500.07
HSL297.14º70%76.47%-
HSV(B)297.14º35.44%92.94%-
XYZ60.2846.2285.87-
YUV186.5156.5161.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.40%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=37.40%
G=24.56%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331532370.020.3500.07297.147076.47
HexE999ED22307129464c
Octal35123135524307451106114
Binary11101001100110011110110110100011011110010100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999ED; }

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

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

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

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

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

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

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

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