#E192D0

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

Shades of Plum #E192D0

Tints of Plum #E192D0

Color information

#E192D0 (or 0xE192D0) is unknown color: approx Plum. HEX triplet: E1, 92 and D0. RGB value is (225,146,208). Sum of RGB (Red+Green+Blue) = 225+146+208=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E192D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192D0 is #1E6D2F. Grayscale: #B0B0B0. Windows color (decimal): -1994032 or 13669089. OLE color: 13669089.

HSL color Cylindrical-coordinate representation of color #E192D0: hue angle of 312.91º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192D0 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225146208-
CMYK00.350.080.12
HSL312.91º56.83%72.75%-
HSV(B)312.91º35.11%88.24%-
XYZ52.7241.1264.83-
YUV176.69145.67162.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=38.86%
G=25.22%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514620800.350.080.12312.9156.8372.75
HexE192D00238C1393949
Octal341222320043101447171111
Binary1110000110010010110100000100011100011001001110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192D0; }

 p { color: rgb(225,146,208); }

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

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

 a { background-color: rgb(225,146,208); }

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

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

 span { border-color: rgb(225,146,208); }

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