#E08FD5

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

Shades of Plum #E08FD5

Tints of Plum #E08FD5

Color information

#E08FD5 (or 0xE08FD5) is unknown color: approx Plum. HEX triplet: E0, 8F and D5. RGB value is (224,143,213). Sum of RGB (Red+Green+Blue) = 224+143+213=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FD5 is #1F702A. Grayscale: #AFAFAF. Windows color (decimal): -2060331 or 13996000. OLE color: 13996000.

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

Color convert

RGB224143213-
CMYK00.360.050.12
HSL308.15º56.64%71.96%-
HSV(B)308.15º36.16%87.84%-
XYZ52.5740.367.96-
YUV175.2149.34162.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=38.62%
G=24.66%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414321300.360.050.12308.1556.6471.96
HexE08FD50245C1343948
Octal34021732504451446471110
Binary111000001000111111010101010010010111001001101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FD5; }

 p { color: rgb(224,143,213); }

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

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

 a { background-color: rgb(224,143,213); }

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

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

 span { border-color: rgb(224,143,213); }

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