#E08FD0

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

Shades of Plum #E08FD0

Tints of Plum #E08FD0

Color information

#E08FD0 (or 0xE08FD0) is unknown color: approx Plum. HEX triplet: E0, 8F and D0. RGB value is (224,143,208). Sum of RGB (Red+Green+Blue) = 224+143+208=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FD0 is #1F702F. Grayscale: #AEAEAE. Windows color (decimal): -2060336 or 13668320. OLE color: 13668320.

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

Color convert

RGB224143208-
CMYK00.360.070.12
HSL311.85º56.64%71.96%-
HSV(B)311.85º36.16%87.84%-
XYZ51.9540.0564.67-
YUV174.63146.84163.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=38.96%
G=24.87%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414320800.360.070.12311.8556.6471.96
HexE08FD00247C1383948
Octal34021732004471447071110
Binary111000001000111111010000010010011111001001110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FD0; }

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

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

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

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

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

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

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

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