#e08eda

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

Shades of Plum #E08EDA

Tints of Plum #E08EDA

Color information

#E08EDA (or 0xE08EDA) is unknown color: approx Plum. HEX triplet: E0, 8E and DA. RGB value is (224,142,218). Sum of RGB (Red+Green+Blue) = 224+142+218=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDA is #1F7125. Grayscale: #AEAEAE. Windows color (decimal): -2060582 or 14323424. OLE color: 14323424.

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

Color convert

RGB224142218-
CMYK00.370.030.12
HSL304.39º56.94%71.76%-
HSV(B)304.39º36.61%87.84%-
XYZ53.0740.2671.3-
YUV175.18152.17162.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 142 (55.86% from 255) = 24.32%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=38.36%
G=24.32%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414221800.370.030.12304.3956.9471.76
HexE08EDA0253C1303948
Octal34021633204531446071110
Binary11100000100011101101101001001011111001001100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08eda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08eda; }

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

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

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

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

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

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

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

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