#E192D4

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

Shades of Plum #E192D4

Tints of Plum #E192D4

Color information

#E192D4 (or 0xE192D4) is unknown color: approx Plum. HEX triplet: E1, 92 and D4. RGB value is (225,146,212). Sum of RGB (Red+Green+Blue) = 225+146+212=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E192D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192D4 is #1E6D2B. Grayscale: #B0B0B0. Windows color (decimal): -1994028 or 13931233. OLE color: 13931233.

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

Color convert

RGB225146212-
CMYK00.350.060.12
HSL309.87º56.83%72.75%-
HSV(B)309.87º35.11%88.24%-
XYZ53.2141.3267.46-
YUV177.14147.67162.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=38.59%
G=25.04%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514621200.350.060.12309.8756.8372.75
HexE192D40236C1363949
Octal34122232404361446671111
Binary111000011001001011010100010001111011001001101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192D4; }

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

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

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

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

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

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

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

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