#E199EA

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

Shades of Plum #E199EA

Tints of Plum #E199EA

Color information

#E199EA (or 0xE199EA) is unknown color: approx Plum. HEX triplet: E1, 99 and EA. RGB value is (225,153,234). Sum of RGB (Red+Green+Blue) = 225+153+234=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #E199EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199EA is #1E6615. Grayscale: #B7B7B7. Windows color (decimal): -1992214 or 15374817. OLE color: 15374817.

HSL color Cylindrical-coordinate representation of color #E199EA: hue angle of 293.33º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E199EA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225153234-
CMYK0.040.3500.08
HSL293.33º65.85%75.88%-
HSV(B)293.33º34.62%91.76%-
XYZ57.2944.7383.46-
YUV183.76156.35157.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=36.76%
G=25%
B=38.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251532340.040.3500.08293.3365.8575.88
HexE199EA42308125424c
Octal341231352443010445102114
Binary1110000110011001111010101001000110100010010010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199EA; }

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

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

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

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

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

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

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

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