#E992DE

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

Shades of Plum #E992DE

Tints of Plum #E992DE

Color information

#E992DE (or 0xE992DE) is unknown color: approx Plum. HEX triplet: E9, 92 and DE. RGB value is (233,146,222). Sum of RGB (Red+Green+Blue) = 233+146+222=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DE is #166D21. Grayscale: #B4B4B4. Windows color (decimal): -1469730 or 14586601. OLE color: 14586601.

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

Color convert

RGB233146222-
CMYK00.370.050.09
HSL307.59º66.41%74.31%-
HSV(B)307.59º37.34%91.37%-
XYZ57.0743.1674.43-
YUV180.68151.32165.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=38.77%
G=24.29%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314622200.370.050.09307.5966.4174.31
HexE992DE02559134424a
Octal351222336045511464102112
Binary1110100110010010110111100100101101100110011010010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992DE; }

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

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

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

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

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

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

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

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