#E994DC

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

Shades of Plum #E994DC

Tints of Plum #E994DC

Color information

#E994DC (or 0xE994DC) is unknown color: approx Plum. HEX triplet: E9, 94 and DC. RGB value is (233,148,220). Sum of RGB (Red+Green+Blue) = 233+148+220=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E994DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994DC is #166B23. Grayscale: #B5B5B5. Windows color (decimal): -1469220 or 14456041. OLE color: 14456041.

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

Color convert

RGB233148220-
CMYK00.360.060.09
HSL309.18º65.89%74.71%-
HSV(B)309.18º36.48%91.37%-
XYZ57.1143.6773.13-
YUV181.62149.66164.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=38.77%
G=24.63%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314822000.360.060.09309.1865.8974.71
HexE994DC02469135424b
Octal351224334044611465102113
Binary1110100110010100110111000100100110100110011010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994DC; }

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

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

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

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

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

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

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

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