#E18FDA

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

Shades of Plum #E18FDA

Tints of Plum #E18FDA

Color information

#E18FDA (or 0xE18FDA) is unknown color: approx Plum. HEX triplet: E1, 8F and DA. RGB value is (225,143,218). Sum of RGB (Red+Green+Blue) = 225+143+218=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDA is #1E7025. Grayscale: #AFAFAF. Windows color (decimal): -1994790 or 14323681. OLE color: 14323681.

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

Color convert

RGB225143218-
CMYK00.360.030.12
HSL305.12º57.75%72.16%-
HSV(B)305.12º36.44%88.24%-
XYZ53.5340.7171.37-
YUV176.07151.67162.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=38.40%
G=24.40%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514321800.360.030.12305.1257.7572.16
HexE18FDA0243C1313a48
Octal34121733204431446172110
Binary11100001100011111101101001001001111001001100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FDA; }

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

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

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

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

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

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

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

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