#E292DA

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

Shades of Plum #E292DA

Tints of Plum #E292DA

Color information

#E292DA (or 0xE292DA) is unknown color: approx Plum. HEX triplet: E2, 92 and DA. RGB value is (226,146,218). Sum of RGB (Red+Green+Blue) = 226+146+218=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E292DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292DA is #1D6D25. Grayscale: #B1B1B1. Windows color (decimal): -1928486 or 14324450. OLE color: 14324450.

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

Color convert

RGB226146218-
CMYK00.350.040.11
HSL306º57.97%72.94%-
HSV(B)306º35.4%88.63%-
XYZ54.341.7971.53-
YUV178.13150.5162.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=38.31%
G=24.75%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614621800.350.040.1130657.9772.94
HexE292DA0234B1323a49
Octal34222233204341346272111
Binary111000101001001011011010010001110010111001100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292DA; }

 p { color: rgb(226,146,218); }

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

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

 a { background-color: rgb(226,146,218); }

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

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

 span { border-color: rgb(226,146,218); }

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