#E999E1

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

Shades of Plum #E999E1

Tints of Plum #E999E1

Color information

#E999E1 (or 0xE999E1) is unknown color: approx Plum. HEX triplet: E9, 99 and E1. RGB value is (233,153,225). Sum of RGB (Red+Green+Blue) = 233+153+225=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E999E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999E1 is #16661E. Grayscale: #B8B8B8. Windows color (decimal): -1467935 or 14785001. OLE color: 14785001.

HSL color Cylindrical-coordinate representation of color #E999E1: hue angle of 306º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999E1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233153225-
CMYK00.340.030.09
HSL306º64.52%75.69%-
HSV(B)306º34.33%91.37%-
XYZ58.5945.5476.94-
YUV185.13150.5162.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=38.13%
G=25.04%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315322500.340.030.0930664.5275.69
HexE999E102239132414c
Octal351231341042311462101114
Binary111010011001100111100001010001011100110011001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999E1; }

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

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

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

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

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

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

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

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