#E18CE0

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

Shades of Plum #E18CE0

Tints of Plum #E18CE0

Color information

#E18CE0 (or 0xE18CE0) is unknown color: approx Plum. HEX triplet: E1, 8C and E0. RGB value is (225,140,224). Sum of RGB (Red+Green+Blue) = 225+140+224=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CE0 is #1E731F. Grayscale: #AEAEAE. Windows color (decimal): -1995552 or 14716129. OLE color: 14716129.

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

Color convert

RGB225140224-
CMYK00.380.000.12
HSL300.71º58.62%71.57%-
HSV(B)300.71º37.78%88.24%-
XYZ53.8840.1575.43-
YUV174.99155.66163.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=38.20%
G=23.77%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514022400.380.000.12300.7158.6271.57
HexE18CE00260C12d3b48
Octal34121434004601445573110
Binary1110000110001100111000000100110011001001011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CE0; }

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

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

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

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

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

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

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

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