#E199ED

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

Shades of Plum #E199ED

Tints of Plum #E199ED

Color information

#E199ED (or 0xE199ED) is unknown color: approx Plum. HEX triplet: E1, 99 and ED. RGB value is (225,153,237). Sum of RGB (Red+Green+Blue) = 225+153+237=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E199ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199ED is #1E6612. Grayscale: #B7B7B7. Windows color (decimal): -1992211 or 15571425. OLE color: 15571425.

HSL color Cylindrical-coordinate representation of color #E199ED: hue angle of 291.43º degrees, saturation: 0.7, 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 #E199ED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225153237-
CMYK0.050.3500.07
HSL291.43º70%76.47%-
HSV(B)291.43º35.44%92.94%-
XYZ57.7344.985.75-
YUV184.1157.85157.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=36.59%
G=24.88%
B=38.54%

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
Decimal2251532370.050.3500.07291.437076.47
HexE199ED52307123464c
Octal34123135554307443106114
Binary111000011001100111101101101100011011110010001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199ED; }

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

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

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

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

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

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

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

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