#E091D7

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

Shades of Plum #E091D7

Tints of Plum #E091D7

Color information

#E091D7 (or 0xE091D7) is unknown color: approx Plum. HEX triplet: E0, 91 and D7. RGB value is (224,145,215). Sum of RGB (Red+Green+Blue) = 224+145+215=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D7 is #1F6E28. Grayscale: #B0B0B0. Windows color (decimal): -2059817 or 14127584. OLE color: 14127584.

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

Color convert

RGB224145215-
CMYK00.350.040.12
HSL306.84º56.03%72.35%-
HSV(B)306.84º35.27%87.84%-
XYZ53.134169.4-
YUV176.6149.67161.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=38.36%
G=24.83%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414521500.350.040.12306.8456.0372.35
HexE091D70234C1333848
Octal34022132704341446370110
Binary111000001001000111010111010001110011001001100111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091D7; }

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

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

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

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

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

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

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

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