#E091E8

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

Shades of Plum #E091E8

Tints of Plum #E091E8

Color information

#E091E8 (or 0xE091E8) is unknown color: approx Plum. HEX triplet: E0, 91 and E8. RGB value is (224,145,232). Sum of RGB (Red+Green+Blue) = 224+145+232=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #E091E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091E8 is #1F6E17. Grayscale: #B2B2B2. Windows color (decimal): -2059800 or 15241696. OLE color: 15241696.

HSL color Cylindrical-coordinate representation of color #E091E8: hue angle of 294.48º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E091E8 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224145232-
CMYK0.030.3800.09
HSL294.48º65.41%73.92%-
HSV(B)294.48º37.5%90.98%-
XYZ55.4341.9281.51-
YUV178.54158.17160.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=37.27%
G=24.13%
B=38.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241452320.030.3800.09294.4865.4173.92
HexE091E832609126414a
Octal340221350346011446101112
Binary111000001001000111101000111001100100110010011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091E8; }

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

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

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

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

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

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

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

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