#E198D8

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

Shades of Plum #E198D8

Tints of Plum #E198D8

Color information

#E198D8 (or 0xE198D8) is unknown color: approx Plum. HEX triplet: E1, 98 and D8. RGB value is (225,152,216). Sum of RGB (Red+Green+Blue) = 225+152+216=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E198D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198D8 is #1E6727. Grayscale: #B4B4B4. Windows color (decimal): -1992488 or 14194913. OLE color: 14194913.

HSL color Cylindrical-coordinate representation of color #E198D8: hue angle of 307.4º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198D8 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225152216-
CMYK00.320.040.12
HSL307.4º54.89%73.92%-
HSV(B)307.4º32.44%88.24%-
XYZ54.6743.4270.47-
YUV181.12147.68159.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=37.94%
G=25.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515221600.320.040.12307.454.8973.92
HexE198D80204C133374a
Octal34123033004041446367112
Binary111000011001100011011000010000010011001001100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198D8; }

 p { color: rgb(225,152,216); }

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

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

 a { background-color: rgb(225,152,216); }

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

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

 span { border-color: rgb(225,152,216); }

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