#E18CDF

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

Shades of Plum #E18CDF

Tints of Plum #E18CDF

Color information

#E18CDF (or 0xE18CDF) is unknown color: approx Plum. HEX triplet: E1, 8C and DF. RGB value is (225,140,223). Sum of RGB (Red+Green+Blue) = 225+140+223=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CDF is #1E7320. Grayscale: #AEAEAE. Windows color (decimal): -1995553 or 14650593. OLE color: 14650593.

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

Color convert

RGB225140223-
CMYK00.380.010.12
HSL301.41º58.62%71.57%-
HSV(B)301.41º37.78%88.24%-
XYZ53.7540.0974.72-
YUV174.88155.16163.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=38.27%
G=23.81%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514022300.380.010.12301.4158.6271.57
HexE18CDF0261C12d3b48
Octal34121433704611445573110
Binary1110000110001100110111110100110111001001011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CDF; }

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

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

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

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

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

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

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

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