#E08BDB

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

Shades of Plum #E08BDB

Tints of Plum #E08BDB

Color information

#E08BDB (or 0xE08BDB) is unknown color: approx Plum. HEX triplet: E0, 8B and DB. RGB value is (224,139,219). Sum of RGB (Red+Green+Blue) = 224+139+219=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BDB is #1F7424. Grayscale: #ADADAD. Windows color (decimal): -2061349 or 14388192. OLE color: 14388192.

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

Color convert

RGB224139219-
CMYK00.380.020.12
HSL303.53º57.82%71.18%-
HSV(B)303.53º37.95%87.84%-
XYZ52.7639.4371.85-
YUV173.54153.66164-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=38.49%
G=23.88%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413921900.380.020.12303.5357.8271.18
HexE08BDB0262C1303a47
Octal34021333304621446072107
Binary11100000100010111101101101001101011001001100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BDB; }

 p { color: rgb(224,139,219); }

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

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

 a { background-color: rgb(224,139,219); }

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

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

 span { border-color: rgb(224,139,219); }

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