#E295DD

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

Shades of Plum #E295DD

Tints of Plum #E295DD

Color information

#E295DD (or 0xE295DD) is unknown color: approx Plum. HEX triplet: E2, 95 and DD. RGB value is (226,149,221). Sum of RGB (Red+Green+Blue) = 226+149+221=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DD is #1D6A22. Grayscale: #B4B4B4. Windows color (decimal): -1927715 or 14521826. OLE color: 14521826.

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

Color convert

RGB226149221-
CMYK00.340.020.11
HSL303.9º57.04%73.53%-
HSV(B)303.9º34.07%88.63%-
XYZ55.1642.8873.78-
YUV180.23151.01160.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=37.92%
G=25%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614922100.340.020.11303.957.0473.53
HexE295DD0222B130394a
Octal34222533504221346071112
Binary11100010100101011101110101000101010111001100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295DD; }

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

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

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

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

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

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

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

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