#E198ED

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

Shades of Plum #E198ED

Tints of Plum #E198ED

Color information

#E198ED (or 0xE198ED) is unknown color: approx Plum. HEX triplet: E1, 98 and ED. RGB value is (225,152,237). Sum of RGB (Red+Green+Blue) = 225+152+237=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #E198ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198ED is #1E6712. Grayscale: #B7B7B7. Windows color (decimal): -1992467 or 15571169. OLE color: 15571169.

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

Color convert

RGB225152237-
CMYK0.050.3600.07
HSL291.53º70.25%76.27%-
HSV(B)291.53º35.86%92.94%-
XYZ57.5744.5885.69-
YUV183.52158.18157.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=36.64%
G=24.76%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251522370.050.3600.07291.5370.2576.27
HexE198ED52407124464c
Octal34123035554407444106114
Binary111000011001100011101101101100100011110010010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198ED; }

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

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

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

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

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

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

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

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