#E295D9

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

Shades of Plum #E295D9

Tints of Plum #E295D9

Color information

#E295D9 (or 0xE295D9) is unknown color: approx Plum. HEX triplet: E2, 95 and D9. RGB value is (226,149,217). Sum of RGB (Red+Green+Blue) = 226+149+217=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D9 is #1D6A26. Grayscale: #B3B3B3. Windows color (decimal): -1927719 or 14259682. OLE color: 14259682.

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

Color convert

RGB226149217-
CMYK00.340.040.11
HSL307.01º57.04%73.53%-
HSV(B)307.01º34.07%88.63%-
XYZ54.6442.6771-
YUV179.77149.01160.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=38.18%
G=25.17%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614921700.340.040.11307.0157.0473.53
HexE295D90224B133394a
Octal34222533104241346371112
Binary111000101001010111011001010001010010111001100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295D9; }

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

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

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

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

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

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

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

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