#E198D3

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

Shades of Plum #E198D3

Tints of Plum #E198D3

Color information

#E198D3 (or 0xE198D3) is unknown color: approx Plum. HEX triplet: E1, 98 and D3. RGB value is (225,152,211). Sum of RGB (Red+Green+Blue) = 225+152+211=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E198D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198D3 is #1E672C. Grayscale: #B4B4B4. Windows color (decimal): -1992493 or 13867233. OLE color: 13867233.

HSL color Cylindrical-coordinate representation of color #E198D3: hue angle of 311.51º 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 #E198D3 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225152211-
CMYK00.320.060.12
HSL311.51º54.89%73.92%-
HSV(B)311.51º32.44%88.24%-
XYZ54.0443.1767.11-
YUV180.55145.18159.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=38.27%
G=25.85%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515221100.320.060.12311.5154.8973.92
HexE198D30206C138374a
Octal34123032304061447067112
Binary111000011001100011010011010000011011001001110001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198D3; }

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

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

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

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

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

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

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

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