#E289D9

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

Shades of Plum #E289D9

Tints of Plum #E289D9

Color information

#E289D9 (or 0xE289D9) is unknown color: approx Plum. HEX triplet: E2, 89 and D9. RGB value is (226,137,217). Sum of RGB (Red+Green+Blue) = 226+137+217=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E289D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289D9 is #1D7626. Grayscale: #ACACAC. Windows color (decimal): -1930791 or 14256610. OLE color: 14256610.

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

Color convert

RGB226137217-
CMYK00.390.040.11
HSL306.07º60.54%71.18%-
HSV(B)306.07º39.38%88.63%-
XYZ52.8339.0770.4-
YUV172.73152.99166-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 137 (53.91% from 255) = 23.62%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=38.97%
G=23.62%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613721700.390.040.11306.0760.5471.18
HexE289D90274B1323d47
Octal34221133104741346275107
Binary111000101000100111011001010011110010111001100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289D9; }

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

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

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

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

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

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

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

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