#E997DD

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

Shades of Plum #E997DD

Tints of Plum #E997DD

Color information

#E997DD (or 0xE997DD) is unknown color: approx Plum. HEX triplet: E9, 97 and DD. RGB value is (233,151,221). Sum of RGB (Red+Green+Blue) = 233+151+221=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E997DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E997DD is #166822. Grayscale: #B7B7B7. Windows color (decimal): -1468451 or 14522345. OLE color: 14522345.

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

Color convert

RGB233151221-
CMYK00.350.050.09
HSL308.78º65.08%75.29%-
HSV(B)308.78º35.19%91.37%-
XYZ57.7244.6873.99-
YUV183.5149.17163.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=38.51%
G=24.96%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315122100.350.050.09308.7865.0875.29
HexE997DD02359135414b
Octal351227335043511465101113
Binary1110100110010111110111010100011101100110011010110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E997DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E997DD; }

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

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

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

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

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

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

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

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