#E295D5

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

Shades of Plum #E295D5

Tints of Plum #E295D5

Color information

#E295D5 (or 0xE295D5) is unknown color: approx Plum. HEX triplet: E2, 95 and D5. RGB value is (226,149,213). Sum of RGB (Red+Green+Blue) = 226+149+213=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D5 is #1D6A2A. Grayscale: #B3B3B3. Windows color (decimal): -1927723 or 13997538. OLE color: 13997538.

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

Color convert

RGB226149213-
CMYK00.340.060.11
HSL310.13º57.04%73.53%-
HSV(B)310.13º34.07%88.63%-
XYZ54.1242.4768.3-
YUV179.32147.01161.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=38.44%
G=25.34%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614921300.340.060.11310.1357.0473.53
HexE295D50226B136394a
Octal34222532504261346671112
Binary111000101001010111010101010001011010111001101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295D5; }

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

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

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

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

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

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

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

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