#E18FD6

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

Shades of Plum #E18FD6

Tints of Plum #E18FD6

Color information

#E18FD6 (or 0xE18FD6) is unknown color: approx Plum. HEX triplet: E1, 8F and D6. RGB value is (225,143,214). Sum of RGB (Red+Green+Blue) = 225+143+214=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FD6 is #1E7029. Grayscale: #AFAFAF. Windows color (decimal): -1994794 or 14061537. OLE color: 14061537.

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

Color convert

RGB225143214-
CMYK00.360.050.12
HSL308.05º57.75%72.16%-
HSV(B)308.05º36.44%88.24%-
XYZ53.0140.5168.64-
YUV175.61149.67163.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=38.66%
G=24.57%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514321400.360.050.12308.0557.7572.16
HexE18FD60245C1343a48
Octal34121732604451446472110
Binary111000011000111111010110010010010111001001101001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FD6; }

 p { color: rgb(225,143,214); }

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

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

 a { background-color: rgb(225,143,214); }

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

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

 span { border-color: rgb(225,143,214); }

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