#E08ED4

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

Shades of Plum #E08ED4

Tints of Plum #E08ED4

Color information

#E08ED4 (or 0xE08ED4) is unknown color: approx Plum. HEX triplet: E0, 8E and D4. RGB value is (224,142,212). Sum of RGB (Red+Green+Blue) = 224+142+212=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ED4 is #1F712B. Grayscale: #AEAEAE. Windows color (decimal): -2060588 or 13930208. OLE color: 13930208.

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

Color convert

RGB224142212-
CMYK00.370.050.12
HSL308.78º56.94%71.76%-
HSV(B)308.78º36.61%87.84%-
XYZ52.339.9567.24-
YUV174.5149.17163.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=38.75%
G=24.57%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414221200.370.050.12308.7856.9471.76
HexE08ED40255C1353948
Octal34021632404551446571110
Binary111000001000111011010100010010110111001001101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08ED4; }

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

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

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

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

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

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

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

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