#E08FD6

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

Shades of Plum #E08FD6

Tints of Plum #E08FD6

Color information

#E08FD6 (or 0xE08FD6) is unknown color: approx Plum. HEX triplet: E0, 8F and D6. RGB value is (224,143,214). Sum of RGB (Red+Green+Blue) = 224+143+214=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FD6 is #1F7029. Grayscale: #AFAFAF. Windows color (decimal): -2060330 or 14061536. OLE color: 14061536.

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

Color convert

RGB224143214-
CMYK00.360.040.12
HSL307.41º56.64%71.96%-
HSV(B)307.41º36.16%87.84%-
XYZ52.740.3568.63-
YUV175.31149.84162.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=38.55%
G=24.61%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414321400.360.040.12307.4156.6471.96
HexE08FD60244C1333948
Octal34021732604441446371110
Binary111000001000111111010110010010010011001001100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FD6; }

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

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

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

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

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

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

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

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