#E295D6

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

Shades of Plum #E295D6

Tints of Plum #E295D6

Color information

#E295D6 (or 0xE295D6) is unknown color: approx Plum. HEX triplet: E2, 95 and D6. RGB value is (226,149,214). Sum of RGB (Red+Green+Blue) = 226+149+214=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D6 is #1D6A29. Grayscale: #B3B3B3. Windows color (decimal): -1927722 or 14063074. OLE color: 14063074.

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

Color convert

RGB226149214-
CMYK00.340.050.11
HSL309.35º57.04%73.53%-
HSV(B)309.35º34.07%88.63%-
XYZ54.2542.5268.97-
YUV179.43147.51161.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=38.37%
G=25.30%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614921400.340.050.11309.3557.0473.53
HexE295D60225B135394a
Octal34222532604251346571112
Binary111000101001010111010110010001010110111001101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295D6; }

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

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

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

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

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

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

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

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