#E29BD9

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

Shades of Plum #E29BD9

Tints of Plum #E29BD9

Color information

#E29BD9 (or 0xE29BD9) is unknown color: approx Plum. HEX triplet: E2, 9B and D9. RGB value is (226,155,217). Sum of RGB (Red+Green+Blue) = 226+155+217=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BD9 is #1D6426. Grayscale: #B7B7B7. Windows color (decimal): -1926183 or 14261218. OLE color: 14261218.

HSL color Cylindrical-coordinate representation of color #E29BD9: hue angle of 307.61º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BD9 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226155217-
CMYK00.310.040.11
HSL307.61º55.04%74.71%-
HSV(B)307.61º31.42%88.63%-
XYZ55.6144.6271.33-
YUV183.3147.02158.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=37.79%
G=25.92%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615521700.310.040.11307.6155.0474.71
HexE29BD901F4B134374b
Octal34223333103741346467113
Binary11100010100110111101100101111110010111001101001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BD9; }

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

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

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

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

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

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

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

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