#E198DE

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

Shades of Plum #E198DE

Tints of Plum #E198DE

Color information

#E198DE (or 0xE198DE) is unknown color: approx Plum. HEX triplet: E1, 98 and DE. RGB value is (225,152,222). Sum of RGB (Red+Green+Blue) = 225+152+222=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E198DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198DE is #1E6721. Grayscale: #B5B5B5. Windows color (decimal): -1992482 or 14588129. OLE color: 14588129.

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

Color convert

RGB225152222-
CMYK00.320.010.12
HSL302.47º54.89%73.92%-
HSV(B)302.47º32.44%88.24%-
XYZ55.4643.7474.63-
YUV181.81150.68158.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=37.56%
G=25.38%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515222200.320.010.12302.4754.8973.92
HexE198DE0201C12e374a
Octal34123033604011445667112
Binary1110000110011000110111100100000111001001011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198DE; }

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

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

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

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

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

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

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

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