#E294DD

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

Shades of Plum #E294DD

Tints of Plum #E294DD

Color information

#E294DD (or 0xE294DD) is unknown color: approx Plum. HEX triplet: E2, 94 and DD. RGB value is (226,148,221). Sum of RGB (Red+Green+Blue) = 226+148+221=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DD is #1D6B22. Grayscale: #B3B3B3. Windows color (decimal): -1927971 or 14521570. OLE color: 14521570.

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

Color convert

RGB226148221-
CMYK00.350.020.11
HSL303.85º57.35%73.33%-
HSV(B)303.85º34.51%88.63%-
XYZ55.0142.5773.72-
YUV179.64151.34161.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=37.98%
G=24.87%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614822100.350.020.11303.8557.3573.33
HexE294DD0232B1303949
Octal34222433504321346071111
Binary11100010100101001101110101000111010111001100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294DD; }

 p { color: rgb(226,148,221); }

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

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

 a { background-color: rgb(226,148,221); }

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

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

 span { border-color: rgb(226,148,221); }

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