#E08BCF

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

Shades of Plum #E08BCF

Tints of Plum #E08BCF

Color information

#E08BCF (or 0xE08BCF) is unknown color: approx Plum. HEX triplet: E0, 8B and CF. RGB value is (224,139,207). Sum of RGB (Red+Green+Blue) = 224+139+207=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BCF is #1F7430. Grayscale: #ABABAB. Windows color (decimal): -2061361 or 13601760. OLE color: 13601760.

HSL color Cylindrical-coordinate representation of color #E08BCF: hue angle of 312º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BCF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224139207-
CMYK00.380.080.12
HSL312º57.82%71.18%-
HSV(B)312º37.95%87.84%-
XYZ51.2438.8263.82-
YUV172.17147.66164.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=39.30%
G=24.39%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413920700.380.080.1231257.8271.18
HexE08BCF0268C1383a47
Octal340213317046101447072107
Binary1110000010001011110011110100110100011001001110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BCF; }

 p { color: rgb(224,139,207); }

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

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

 a { background-color: rgb(224,139,207); }

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

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

 span { border-color: rgb(224,139,207); }

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