#E992DC

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

Shades of Plum #E992DC

Tints of Plum #E992DC

Color information

#E992DC (or 0xE992DC) is unknown color: approx Plum. HEX triplet: E9, 92 and DC. RGB value is (233,146,220). Sum of RGB (Red+Green+Blue) = 233+146+220=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DC is #166D23. Grayscale: #B4B4B4. Windows color (decimal): -1469732 or 14455529. OLE color: 14455529.

HSL color Cylindrical-coordinate representation of color #E992DC: hue angle of 308.97º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992DC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233146220-
CMYK00.370.060.09
HSL308.97º66.41%74.31%-
HSV(B)308.97º37.34%91.37%-
XYZ56.843.0573.03-
YUV180.45150.32165.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=38.90%
G=24.37%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314622000.370.060.09308.9766.4174.31
HexE992DC02569135424a
Octal351222334045611465102112
Binary1110100110010010110111000100101110100110011010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992DC; }

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

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

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

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

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

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

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

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