#E18FDF

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

Shades of Plum #E18FDF

Tints of Plum #E18FDF

Color information

#E18FDF (or 0xE18FDF) is unknown color: approx Plum. HEX triplet: E1, 8F and DF. RGB value is (225,143,223). Sum of RGB (Red+Green+Blue) = 225+143+223=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDF is #1E7020. Grayscale: #B0B0B0. Windows color (decimal): -1994785 or 14651361. OLE color: 14651361.

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

Color convert

RGB225143223-
CMYK00.360.010.12
HSL301.46º57.75%72.16%-
HSV(B)301.46º36.44%88.24%-
XYZ54.1940.9874.87-
YUV176.64154.17162.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=38.07%
G=24.20%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514322300.360.010.12301.4657.7572.16
HexE18FDF0241C12d3a48
Octal34121733704411445572110
Binary1110000110001111110111110100100111001001011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FDF; }

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

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

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

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

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

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

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

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