#e09cef

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

Shades of Plum #E09CEF

Tints of Plum #E09CEF

Color information

#E09CEF (or 0xE09CEF) is unknown color: approx Plum. HEX triplet: E0, 9C and EF. RGB value is (224,156,239). Sum of RGB (Red+Green+Blue) = 224+156+239=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #E09CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CEF is #1F6310. Grayscale: #B9B9B9. Windows color (decimal): -2056977 or 15703264. OLE color: 15703264.

HSL color Cylindrical-coordinate representation of color #E09CEF: hue angle of 289.16º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09CEF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224156239-
CMYK0.060.3500.06
HSL289.16º72.17%77.45%-
HSV(B)289.16º34.73%93.73%-
XYZ58.2145.8687.44-
YUV185.79158.03155.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=36.19%
G=25.20%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241562390.060.3500.06289.1672.1777.45
HexE09CEF62306121484d
Octal34023435764306441110115
Binary111000001001110011101111110100011011010010000110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09cef; }

 p { color: rgb(224,156,239); }

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

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

 a { background-color: rgb(224,156,239); }

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

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

 span { border-color: rgb(224,156,239); }

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