#E295D1

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

Shades of Plum #E295D1

Tints of Plum #E295D1

Color information

#E295D1 (or 0xE295D1) is unknown color: approx Plum. HEX triplet: E2, 95 and D1. RGB value is (226,149,209). Sum of RGB (Red+Green+Blue) = 226+149+209=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D1 is #1D6A2E. Grayscale: #B2B2B2. Windows color (decimal): -1927727 or 13735394. OLE color: 13735394.

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

Color convert

RGB226149209-
CMYK00.340.080.11
HSL313.25º57.04%73.53%-
HSV(B)313.25º34.07%88.63%-
XYZ53.6242.2765.65-
YUV178.86145.01161.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=38.70%
G=25.51%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614920900.340.080.11313.2557.0473.53
HexE295D10228B139394a
Octal342225321042101347171112
Binary1110001010010101110100010100010100010111001110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295D1; }

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

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

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

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

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

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

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

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