#E492DB

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

Shades of Plum #E492DB

Tints of Plum #E492DB

Color information

#E492DB (or 0xE492DB) is unknown color: approx Plum. HEX triplet: E4, 92 and DB. RGB value is (228,146,219). Sum of RGB (Red+Green+Blue) = 228+146+219=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E492DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492DB is #1B6D24. Grayscale: #B2B2B2. Windows color (decimal): -1797413 or 14389988. OLE color: 14389988.

HSL color Cylindrical-coordinate representation of color #E492DB: hue angle of 306.59º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E492DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228146219-
CMYK00.360.040.11
HSL306.59º60.29%73.33%-
HSV(B)306.59º35.96%89.41%-
XYZ55.0642.1772.25-
YUV178.84150.67163.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.45%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=38.45%
G=24.62%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814621900.360.040.11306.5960.2973.33
HexE492DB0244B1333c49
Octal34422233304441346374111
Binary111001001001001011011011010010010010111001100111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492DB; }

 p { color: rgb(228,146,219); }

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

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

 a { background-color: rgb(228,146,219); }

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

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

 span { border-color: rgb(228,146,219); }

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