#E18CD9

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

Shades of Plum #E18CD9

Tints of Plum #E18CD9

Color information

#E18CD9 (or 0xE18CD9) is unknown color: approx Plum. HEX triplet: E1, 8C and D9. RGB value is (225,140,217). Sum of RGB (Red+Green+Blue) = 225+140+217=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CD9 is #1E7326. Grayscale: #ADADAD. Windows color (decimal): -1995559 or 14257377. OLE color: 14257377.

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

Color convert

RGB225140217-
CMYK00.380.040.12
HSL305.65º58.62%71.57%-
HSV(B)305.65º37.78%88.24%-
XYZ52.9539.7770.53-
YUV174.19152.16164.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=38.66%
G=24.05%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514021700.380.040.12305.6558.6271.57
HexE18CD90264C1323b48
Octal34121433104641446273110
Binary111000011000110011011001010011010011001001100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CD9; }

 p { color: rgb(225,140,217); }

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

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

 a { background-color: rgb(225,140,217); }

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

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

 span { border-color: rgb(225,140,217); }

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