#E192DF

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

Shades of Plum #E192DF

Tints of Plum #E192DF

Color information

#E192DF (or 0xE192DF) is unknown color: approx Plum. HEX triplet: E1, 92 and DF. RGB value is (225,146,223). Sum of RGB (Red+Green+Blue) = 225+146+223=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E192DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192DF is #1E6D20. Grayscale: #B2B2B2. Windows color (decimal): -1994017 or 14652129. OLE color: 14652129.

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

Color convert

RGB225146223-
CMYK00.350.010.12
HSL301.52º56.83%72.75%-
HSV(B)301.52º35.11%88.24%-
XYZ54.6541.8975.02-
YUV178.4153.17161.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=37.88%
G=24.58%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514622300.350.010.12301.5256.8372.75
HexE192DF0231C12e3949
Octal34122233704311445671111
Binary1110000110010010110111110100011111001001011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192DF; }

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

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

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

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

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

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

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

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