#E293D0

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

Shades of Plum #E293D0

Tints of Plum #E293D0

Color information

#E293D0 (or 0xE293D0) is unknown color: approx Plum. HEX triplet: E2, 93 and D0. RGB value is (226,147,208). Sum of RGB (Red+Green+Blue) = 226+147+208=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E293D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293D0 is #1D6C2F. Grayscale: #B1B1B1. Windows color (decimal): -1928240 or 13669346. OLE color: 13669346.

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

Color convert

RGB226147208-
CMYK00.350.080.11
HSL313.67º57.66%73.14%-
HSV(B)313.67º34.96%88.63%-
XYZ53.1841.5964.9-
YUV177.58145.17162.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=38.90%
G=25.30%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614720800.350.080.11313.6757.6673.14
HexE293D00238B13a3a49
Octal342223320043101347272111
Binary1110001010010011110100000100011100010111001110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293D0; }

 p { color: rgb(226,147,208); }

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

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

 a { background-color: rgb(226,147,208); }

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

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

 span { border-color: rgb(226,147,208); }

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