#E18CCF

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

Shades of Plum #E18CCF

Tints of Plum #E18CCF

Color information

#E18CCF (or 0xE18CCF) is unknown color: approx Plum. HEX triplet: E1, 8C and CF. RGB value is (225,140,207). Sum of RGB (Red+Green+Blue) = 225+140+207=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCF is #1E7330. Grayscale: #ACACAC. Windows color (decimal): -1995569 or 13602017. OLE color: 13602017.

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

Color convert

RGB225140207-
CMYK00.380.080.12
HSL312.71º58.62%71.57%-
HSV(B)312.71º37.78%88.24%-
XYZ51.6939.2763.89-
YUV173.05147.16165.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=39.34%
G=24.48%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514020700.380.080.12312.7158.6271.57
HexE18CCF0268C1393b48
Octal341214317046101447173110
Binary1110000110001100110011110100110100011001001110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CCF; }

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

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

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

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

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

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

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

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