#E993DA

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

Shades of Plum #E993DA

Tints of Plum #E993DA

Color information

#E993DA (or 0xE993DA) is unknown color: approx Plum. HEX triplet: E9, 93 and DA. RGB value is (233,147,218). Sum of RGB (Red+Green+Blue) = 233+147+218=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E993DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993DA is #166C25. Grayscale: #B4B4B4. Windows color (decimal): -1469478 or 14324713. OLE color: 14324713.

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

Color convert

RGB233147218-
CMYK00.370.060.09
HSL310.47º66.15%74.51%-
HSV(B)310.47º36.91%91.37%-
XYZ56.6943.2571.69-
YUV180.81148.99165.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=38.96%
G=24.58%
B=36.45%

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
Decimal23314721800.370.060.09310.4766.1574.51
HexE993DA02569136424b
Octal351223332045611466102113
Binary1110100110010011110110100100101110100110011011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993DA; }

 p { color: rgb(233,147,218); }

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

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

 a { background-color: rgb(233,147,218); }

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

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

 span { border-color: rgb(233,147,218); }

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