#E292DE

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

Shades of Plum #E292DE

Tints of Plum #E292DE

Color information

#E292DE (or 0xE292DE) is unknown color: approx Plum. HEX triplet: E2, 92 and DE. RGB value is (226,146,222). Sum of RGB (Red+Green+Blue) = 226+146+222=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E292DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292DE is #1D6D21. Grayscale: #B2B2B2. Windows color (decimal): -1928482 or 14586594. OLE color: 14586594.

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

Color convert

RGB226146222-
CMYK00.350.020.11
HSL303º57.97%72.94%-
HSV(B)303º35.4%88.63%-
XYZ54.834274.32-
YUV178.58152.5161.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=38.05%
G=24.58%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614622200.350.020.1130357.9772.94
HexE292DE0232B12f3a49
Octal34222233604321345772111
Binary11100010100100101101111001000111010111001011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292DE; }

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

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

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

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

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

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

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

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