#E08EE1

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

Shades of Plum #E08EE1

Tints of Plum #E08EE1

Color information

#E08EE1 (or 0xE08EE1) is unknown color: approx Plum. HEX triplet: E0, 8E and E1. RGB value is (224,142,225). Sum of RGB (Red+Green+Blue) = 224+142+225=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #E08EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EE1 is #1F711E. Grayscale: #AFAFAF. Windows color (decimal): -2060575 or 14782176. OLE color: 14782176.

HSL color Cylindrical-coordinate representation of color #E08EE1: hue angle of 299.28º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EE1 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224142225-
CMYK0.000.3700.12
HSL299.28º58.04%71.96%-
HSV(B)299.28º36.89%88.24%-
XYZ5440.6376.23-
YUV175.98155.67162.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=37.90%
G=24.03%
B=38.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241422250.000.3700.12299.2858.0471.96
HexE08EE10250C12b3a48
Octal34021634104501445372110
Binary1110000010001110111000010100101011001001010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EE1; }

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

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

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

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

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

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

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

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