#E08FD1

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

Shades of Plum #E08FD1

Tints of Plum #E08FD1

Color information

#E08FD1 (or 0xE08FD1) is unknown color: approx Plum. HEX triplet: E0, 8F and D1. RGB value is (224,143,209). Sum of RGB (Red+Green+Blue) = 224+143+209=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FD1 is #1F702E. Grayscale: #AEAEAE. Windows color (decimal): -2060335 or 13733856. OLE color: 13733856.

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

Color convert

RGB224143209-
CMYK00.360.070.12
HSL311.11º56.64%71.96%-
HSV(B)311.11º36.16%87.84%-
XYZ52.0740.165.32-
YUV174.74147.34163.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=38.89%
G=24.83%
B=36.28%

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
Decimal22414320900.360.070.12311.1156.6471.96
HexE08FD10247C1373948
Octal34021732104471446771110
Binary111000001000111111010001010010011111001001101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FD1; }

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

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

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

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

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

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

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

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