#E08FDA

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

Shades of Plum #E08FDA

Tints of Plum #E08FDA

Color information

#E08FDA (or 0xE08FDA) is unknown color: approx Plum. HEX triplet: E0, 8F and DA. RGB value is (224,143,218). Sum of RGB (Red+Green+Blue) = 224+143+218=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDA is #1F7025. Grayscale: #AFAFAF. Windows color (decimal): -2060326 or 14323680. OLE color: 14323680.

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

Color convert

RGB224143218-
CMYK00.360.030.12
HSL304.44º56.64%71.96%-
HSV(B)304.44º36.16%87.84%-
XYZ53.2240.5571.35-
YUV175.77151.84162.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=38.29%
G=24.44%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414321800.360.030.12304.4456.6471.96
HexE08FDA0243C1303948
Octal34021733204431446071110
Binary11100000100011111101101001001001111001001100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FDA; }

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

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

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

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

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

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

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

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