#E08DD2

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

Shades of Plum #E08DD2

Tints of Plum #E08DD2

Color information

#E08DD2 (or 0xE08DD2) is unknown color: approx Plum. HEX triplet: E0, 8D and D2. RGB value is (224,141,210). Sum of RGB (Red+Green+Blue) = 224+141+210=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DD2 is #1F722D. Grayscale: #ADADAD. Windows color (decimal): -2060846 or 13798880. OLE color: 13798880.

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

Color convert

RGB224141210-
CMYK00.370.060.12
HSL310.12º57.24%71.57%-
HSV(B)310.12º37.05%87.84%-
XYZ51.939.5565.87-
YUV173.68148.5163.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=38.96%
G=24.52%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414121000.370.060.12310.1257.2471.57
HexE08DD20256C1363948
Octal34021532204561446671110
Binary111000001000110111010010010010111011001001101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DD2; }

 p { color: rgb(224,141,210); }

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

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

 a { background-color: rgb(224,141,210); }

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

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

 span { border-color: rgb(224,141,210); }

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