#E998DC

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

Shades of Plum #E998DC

Tints of Plum #E998DC

Color information

#E998DC (or 0xE998DC) is unknown color: approx Plum. HEX triplet: E9, 98 and DC. RGB value is (233,152,220). Sum of RGB (Red+Green+Blue) = 233+152+220=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E998DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998DC is #166723. Grayscale: #B7B7B7. Windows color (decimal): -1468196 or 14457065. OLE color: 14457065.

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

Color convert

RGB233152220-
CMYK00.350.060.09
HSL309.63º64.8%75.49%-
HSV(B)309.63º34.76%91.37%-
XYZ57.7544.9573.34-
YUV183.97148.34162.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=38.51%
G=25.12%
B=36.36%

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
Decimal23315222000.350.060.09309.6364.875.49
HexE998DC02369136414b
Octal351230334043611466101113
Binary1110100110011000110111000100011110100110011011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998DC; }

 p { color: rgb(233,152,220); }

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

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

 a { background-color: rgb(233,152,220); }

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

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

 span { border-color: rgb(233,152,220); }

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