#E292E0

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

Shades of Plum #E292E0

Tints of Plum #E292E0

Color information

#E292E0 (or 0xE292E0) is unknown color: approx Plum. HEX triplet: E2, 92 and E0. RGB value is (226,146,224). Sum of RGB (Red+Green+Blue) = 226+146+224=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E292E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292E0 is #1D6D1F. Grayscale: #B2B2B2. Windows color (decimal): -1928480 or 14717666. OLE color: 14717666.

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

Color convert

RGB226146224-
CMYK00.350.010.11
HSL301.5º57.97%72.94%-
HSV(B)301.5º35.4%88.63%-
XYZ55.142.1175.74-
YUV178.81153.5161.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=37.92%
G=24.50%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614622400.350.010.11301.557.9772.94
HexE292E00231B12e3a49
Octal34222234004311345672111
Binary1110001010010010111000000100011110111001011101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292E0; }

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

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

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

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

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

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

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

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