#E997DB

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

Shades of Plum #E997DB

Tints of Plum #E997DB

Color information

#E997DB (or 0xE997DB) is unknown color: approx Plum. HEX triplet: E9, 97 and DB. RGB value is (233,151,219). Sum of RGB (Red+Green+Blue) = 233+151+219=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E997DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E997DB is #166824. Grayscale: #B7B7B7. Windows color (decimal): -1468453 or 14391273. OLE color: 14391273.

HSL color Cylindrical-coordinate representation of color #E997DB: hue angle of 310.24º 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 #E997DB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233151219-
CMYK00.350.060.09
HSL310.24º65.08%75.29%-
HSV(B)310.24º35.19%91.37%-
XYZ57.4644.5772.59-
YUV183.27148.17163.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=38.64%
G=25.04%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315121900.350.060.09310.2465.0875.29
HexE997DB02369136414b
Octal351227333043611466101113
Binary1110100110010111110110110100011110100110011011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E997DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E997DB; }

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

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

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

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

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

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

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

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