#E08DE1

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

Shades of Plum #E08DE1

Tints of Plum #E08DE1

Color information

#E08DE1 (or 0xE08DE1) is unknown color: approx Plum. HEX triplet: E0, 8D and E1. RGB value is (224,141,225). Sum of RGB (Red+Green+Blue) = 224+141+225=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #E08DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DE1 is #1F721E. Grayscale: #AFAFAF. Windows color (decimal): -2060831 or 14781920. OLE color: 14781920.

HSL color Cylindrical-coordinate representation of color #E08DE1: hue angle of 299.29º 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 #E08DE1 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224141225-
CMYK0.000.3700.12
HSL299.29º58.33%71.76%-
HSV(B)299.29º37.33%88.24%-
XYZ53.8640.3376.18-
YUV175.39156162.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=37.97%
G=23.90%
B=38.14%

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
Decimal2241412250.000.3700.12299.2958.3371.76
HexE08DE10250C12b3a48
Octal34021534104501445372110
Binary1110000010001101111000010100101011001001010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DE1; }

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

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

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

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

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

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

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

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