#E289DA

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

Shades of Plum #E289DA

Tints of Plum #E289DA

Color information

#E289DA (or 0xE289DA) is unknown color: approx Plum. HEX triplet: E2, 89 and DA. RGB value is (226,137,218). Sum of RGB (Red+Green+Blue) = 226+137+218=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E289DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289DA is #1D7625. Grayscale: #ACACAC. Windows color (decimal): -1930790 or 14322146. OLE color: 14322146.

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

Color convert

RGB226137218-
CMYK00.390.040.11
HSL305.39º60.54%71.18%-
HSV(B)305.39º39.38%88.63%-
XYZ52.9639.1271.09-
YUV172.84153.49165.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=38.90%
G=23.58%
B=37.52%

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
Decimal22613721800.390.040.11305.3960.5471.18
HexE289DA0274B1313d47
Octal34221133204741346175107
Binary111000101000100111011010010011110010111001100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289DA; }

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

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

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

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

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

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

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

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