#E08EDD

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

Shades of Plum #E08EDD

Tints of Plum #E08EDD

Color information

#E08EDD (or 0xE08EDD) is unknown color: approx Plum. HEX triplet: E0, 8E and DD. RGB value is (224,142,221). Sum of RGB (Red+Green+Blue) = 224+142+221=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDD is #1F7122. Grayscale: #AFAFAF. Windows color (decimal): -2060579 or 14520032. OLE color: 14520032.

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

Color convert

RGB224142221-
CMYK00.370.010.12
HSL302.2º56.94%71.76%-
HSV(B)302.2º36.61%87.84%-
XYZ53.4640.4173.39-
YUV175.52153.67162.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=38.16%
G=24.19%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414222100.370.010.12302.256.9471.76
HexE08EDD0251C12e3948
Octal34021633504511445671110
Binary1110000010001110110111010100101111001001011101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EDD; }

 p { color: rgb(224,142,221); }

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

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

 a { background-color: rgb(224,142,221); }

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

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

 span { border-color: rgb(224,142,221); }

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