#E08FDE

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

Shades of Plum #E08FDE

Tints of Plum #E08FDE

Color information

#E08FDE (or 0xE08FDE) is unknown color: approx Plum. HEX triplet: E0, 8F and DE. RGB value is (224,143,222). Sum of RGB (Red+Green+Blue) = 224+143+222=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDE is #1F7021. Grayscale: #AFAFAF. Windows color (decimal): -2060322 or 14585824. OLE color: 14585824.

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

Color convert

RGB224143222-
CMYK00.360.010.12
HSL301.48º56.64%71.96%-
HSV(B)301.48º36.16%87.84%-
XYZ53.7540.7774.14-
YUV176.22153.84162.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=38.03%
G=24.28%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414322200.360.010.12301.4856.6471.96
HexE08FDE0241C12d3948
Octal34021733604411445571110
Binary1110000010001111110111100100100111001001011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FDE; }

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

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

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

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

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

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

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

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