#E091DA

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

Shades of Plum #E091DA

Tints of Plum #E091DA

Color information

#E091DA (or 0xE091DA) is unknown color: approx Plum. HEX triplet: E0, 91 and DA. RGB value is (224,145,218). Sum of RGB (Red+Green+Blue) = 224+145+218=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DA is #1F6E25. Grayscale: #B0B0B0. Windows color (decimal): -2059814 or 14324192. OLE color: 14324192.

HSL color Cylindrical-coordinate representation of color #E091DA: hue angle of 304.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091DA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224145218-
CMYK00.350.030.12
HSL304.56º56.03%72.35%-
HSV(B)304.56º35.27%87.84%-
XYZ53.5241.1671.45-
YUV176.94151.17161.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=38.16%
G=24.70%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414521800.350.030.12304.5656.0372.35
HexE091DA0233C1313848
Octal34022133204331446170110
Binary11100000100100011101101001000111111001001100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091DA; }

 p { color: rgb(224,145,218); }

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

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

 a { background-color: rgb(224,145,218); }

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

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

 span { border-color: rgb(224,145,218); }

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