#E289D7

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

Shades of Plum #E289D7

Tints of Plum #E289D7

Color information

#E289D7 (or 0xE289D7) is unknown color: approx Plum. HEX triplet: E2, 89 and D7. RGB value is (226,137,215). Sum of RGB (Red+Green+Blue) = 226+137+215=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E289D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289D7 is #1D7628. Grayscale: #ACACAC. Windows color (decimal): -1930793 or 14125538. OLE color: 14125538.

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

Color convert

RGB226137215-
CMYK00.390.050.11
HSL307.42º60.54%71.18%-
HSV(B)307.42º39.38%88.63%-
XYZ52.5838.9769.04-
YUV172.5151.99166.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=39.10%
G=23.70%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613721500.390.050.11307.4260.5471.18
HexE289D70275B1333d47
Octal34221132704751346375107
Binary111000101000100111010111010011110110111001100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289D7; }

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

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

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

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

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

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

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

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