#E291E0

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

Shades of Plum #E291E0

Tints of Plum #E291E0

Color information

#E291E0 (or 0xE291E0) is unknown color: approx Plum. HEX triplet: E2, 91 and E0. RGB value is (226,145,224). Sum of RGB (Red+Green+Blue) = 226+145+224=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E291E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291E0 is #1D6E1F. Grayscale: #B1B1B1. Windows color (decimal): -1928736 or 14717410. OLE color: 14717410.

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

Color convert

RGB226145224-
CMYK00.360.010.11
HSL301.48º58.27%72.75%-
HSV(B)301.48º35.84%88.63%-
XYZ54.9441.875.69-
YUV178.22153.84162.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=37.98%
G=24.37%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614522400.360.010.11301.4858.2772.75
HexE291E00241B12d3a49
Octal34222134004411345572111
Binary1110001010010001111000000100100110111001011011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291E0; }

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

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

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

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

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

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

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

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