#E08EE3

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

Shades of Plum #E08EE3

Tints of Plum #E08EE3

Color information

#E08EE3 (or 0xE08EE3) is unknown color: approx Plum. HEX triplet: E0, 8E and E3. RGB value is (224,142,227). Sum of RGB (Red+Green+Blue) = 224+142+227=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #E08EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EE3 is #1F711C. Grayscale: #AFAFAF. Windows color (decimal): -2060573 or 14913248. OLE color: 14913248.

HSL color Cylindrical-coordinate representation of color #E08EE3: hue angle of 297.88º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EE3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224142227-
CMYK0.010.3700.11
HSL297.88º60.28%72.35%-
HSV(B)297.88º37.44%89.02%-
XYZ54.2840.7477.68-
YUV176.21156.67162.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=37.77%
G=23.95%
B=38.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241422270.010.3700.11297.8860.2872.35
HexE08EE31250B12a3c48
Octal34021634314501345274110
Binary1110000010001110111000111100101010111001010101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EE3; }

 p { color: rgb(224,142,227); }

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

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

 a { background-color: rgb(224,142,227); }

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

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

 span { border-color: rgb(224,142,227); }

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