#E390DF

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

Shades of Plum #E390DF

Tints of Plum #E390DF

Color information

#E390DF (or 0xE390DF) is unknown color: approx Plum. HEX triplet: E3, 90 and DF. RGB value is (227,144,223). Sum of RGB (Red+Green+Blue) = 227+144+223=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DF is #1C6F20. Grayscale: #B1B1B1. Windows color (decimal): -1863457 or 14651619. OLE color: 14651619.

HSL color Cylindrical-coordinate representation of color #E390DF: hue angle of 302.89º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390DF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227144223-
CMYK00.370.020.11
HSL302.89º59.71%72.75%-
HSV(B)302.89º36.56%89.02%-
XYZ54.9741.6174.95-
YUV177.82153.5163.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=38.22%
G=24.24%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714422300.370.020.11302.8959.7172.75
HexE390DF0252B12f3c49
Octal34322033704521345774111
Binary11100011100100001101111101001011010111001011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390DF; }

 p { color: rgb(227,144,223); }

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

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

 a { background-color: rgb(227,144,223); }

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

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

 span { border-color: rgb(227,144,223); }

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