#E08BD3

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

Shades of Plum #E08BD3

Tints of Plum #E08BD3

Color information

#E08BD3 (or 0xE08BD3) is unknown color: approx Plum. HEX triplet: E0, 8B and D3. RGB value is (224,139,211). Sum of RGB (Red+Green+Blue) = 224+139+211=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BD3 is #1F742C. Grayscale: #ACACAC. Windows color (decimal): -2061357 or 13863904. OLE color: 13863904.

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

Color convert

RGB224139211-
CMYK00.380.060.12
HSL309.18º57.82%71.18%-
HSV(B)309.18º37.95%87.84%-
XYZ51.7339.0266.43-
YUV172.62149.66164.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 211 (82.81% from 255) = 36.76%
R=39.02%
G=24.22%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413921100.380.060.12309.1857.8271.18
HexE08BD30266C1353a47
Octal34021332304661446572107
Binary111000001000101111010011010011011011001001101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BD3; }

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

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

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

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

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

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

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

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