#E18FD4

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

Shades of Plum #E18FD4

Tints of Plum #E18FD4

Color information

#E18FD4 (or 0xE18FD4) is unknown color: approx Plum. HEX triplet: E1, 8F and D4. RGB value is (225,143,212). Sum of RGB (Red+Green+Blue) = 225+143+212=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FD4 is #1E702B. Grayscale: #AFAFAF. Windows color (decimal): -1994796 or 13930465. OLE color: 13930465.

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

Color convert

RGB225143212-
CMYK00.360.060.12
HSL309.51º57.75%72.16%-
HSV(B)309.51º36.44%88.24%-
XYZ52.7640.4167.31-
YUV175.38148.67163.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=38.79%
G=24.66%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514321200.360.060.12309.5157.7572.16
HexE18FD40246C1363a48
Octal34121732404461446672110
Binary111000011000111111010100010010011011001001101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FD4; }

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

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

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

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

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

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

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

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