#E293DF

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

Shades of Plum #E293DF

Tints of Plum #E293DF

Color information

#E293DF (or 0xE293DF) is unknown color: approx Plum. HEX triplet: E2, 93 and DF. RGB value is (226,147,223). Sum of RGB (Red+Green+Blue) = 226+147+223=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E293DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293DF is #1D6C20. Grayscale: #B3B3B3. Windows color (decimal): -1928225 or 14652386. OLE color: 14652386.

HSL color Cylindrical-coordinate representation of color #E293DF: hue angle of 302.28º 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 #E293DF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226147223-
CMYK00.350.010.11
HSL302.28º57.66%73.14%-
HSV(B)302.28º34.96%88.63%-
XYZ55.1242.3675.08-
YUV179.28152.67161.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=37.92%
G=24.66%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614722300.350.010.11302.2857.6673.14
HexE293DF0231B12e3a49
Octal34222333704311345672111
Binary1110001010010011110111110100011110111001011101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293DF; }

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

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

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

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

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

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

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

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