#E995DD

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

Shades of Plum #E995DD

Tints of Plum #E995DD

Color information

#E995DD (or 0xE995DD) is unknown color: approx Plum. HEX triplet: E9, 95 and DD. RGB value is (233,149,221). Sum of RGB (Red+Green+Blue) = 233+149+221=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DD is #166A22. Grayscale: #B6B6B6. Windows color (decimal): -1468963 or 14521833. OLE color: 14521833.

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

Color convert

RGB233149221-
CMYK00.360.050.09
HSL308.57º65.62%74.9%-
HSV(B)308.57º36.05%91.37%-
XYZ57.444.0473.88-
YUV182.32149.83164.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=38.64%
G=24.71%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314922100.360.050.09308.5765.6274.9
HexE995DD02459135424b
Octal351225335044511465102113
Binary1110100110010101110111010100100101100110011010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995DD; }

 p { color: rgb(233,149,221); }

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

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

 a { background-color: rgb(233,149,221); }

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

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

 span { border-color: rgb(233,149,221); }

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