#E99BDD

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

Shades of Plum #E99BDD

Tints of Plum #E99BDD

Color information

#E99BDD (or 0xE99BDD) is unknown color: approx Plum. HEX triplet: E9, 9B and DD. RGB value is (233,155,221). Sum of RGB (Red+Green+Blue) = 233+155+221=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BDD is #166422. Grayscale: #B9B9B9. Windows color (decimal): -1467427 or 14523369. OLE color: 14523369.

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

Color convert

RGB233155221-
CMYK00.330.050.09
HSL309.23º63.93%76.08%-
HSV(B)309.23º33.48%91.37%-
XYZ58.3845.9974.21-
YUV185.85147.84161.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 155 (60.94% from 255) = 25.45%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=38.26%
G=25.45%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315522100.330.050.09309.2363.9376.08
HexE99BDD02159135404c
Octal351233335041511465100114
Binary1110100110011011110111010100001101100110011010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99BDD; }

 p { color: rgb(233,155,221); }

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

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

 a { background-color: rgb(233,155,221); }

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

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

 span { border-color: rgb(233,155,221); }

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