#E199EC

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

Shades of Plum #E199EC

Tints of Plum #E199EC

Color information

#E199EC (or 0xE199EC) is unknown color: approx Plum. HEX triplet: E1, 99 and EC. RGB value is (225,153,236). Sum of RGB (Red+Green+Blue) = 225+153+236=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E199EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199EC is #1E6613. Grayscale: #B7B7B7. Windows color (decimal): -1992212 or 15505889. OLE color: 15505889.

HSL color Cylindrical-coordinate representation of color #E199EC: hue angle of 292.05º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E199EC is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225153236-
CMYK0.050.3500.07
HSL292.05º68.6%76.27%-
HSV(B)292.05º35.17%92.55%-
XYZ57.5844.8584.98-
YUV183.99157.35157.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 153 (60.16% from 255) = 24.92%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=36.64%
G=24.92%
B=38.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251532360.050.3500.07292.0568.676.27
HexE199EC52307124454c
Octal34123135454307444105114
Binary111000011001100111101100101100011011110010010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199EC; }

 p { color: rgb(225,153,236); }

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

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

 a { background-color: rgb(225,153,236); }

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

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

 span { border-color: rgb(225,153,236); }

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