#E08DCF

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

Shades of Plum #E08DCF

Tints of Plum #E08DCF

Color information

#E08DCF (or 0xE08DCF) is unknown color: approx Plum. HEX triplet: E0, 8D and CF. RGB value is (224,141,207). Sum of RGB (Red+Green+Blue) = 224+141+207=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCF is #1F7230. Grayscale: #ADADAD. Windows color (decimal): -2060849 or 13602272. OLE color: 13602272.

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

Color convert

RGB224141207-
CMYK00.370.080.12
HSL312.29º57.24%71.57%-
HSV(B)312.29º37.05%87.84%-
XYZ51.5339.463.92-
YUV173.34147164.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=39.16%
G=24.65%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414120700.370.080.12312.2957.2471.57
HexE08DCF0258C1383948
Octal340215317045101447071110
Binary1110000010001101110011110100101100011001001110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DCF; }

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

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

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

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

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

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

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

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