#E09CF0

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

Shades of Plum #E09CF0

Tints of Plum #E09CF0

Color information

#E09CF0 (or 0xE09CF0) is unknown color: approx Plum. HEX triplet: E0, 9C and F0. RGB value is (224,156,240). Sum of RGB (Red+Green+Blue) = 224+156+240=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E09CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CF0 is #1F630F. Grayscale: #B9B9B9. Windows color (decimal): -2056976 or 15768800. OLE color: 15768800.

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

Color convert

RGB224156240-
CMYK0.070.3500.06
HSL288.57º73.68%77.65%-
HSV(B)288.57º35%94.12%-
XYZ58.3645.9288.22-
YUV185.91158.53155.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 156 (61.33% from 255) = 25.16%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=36.13%
G=25.16%
B=38.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241562400.070.3500.06288.5773.6877.65
HexE09CF0723061214a4e
Octal34023436074306441112116
Binary111000001001110011110000111100011011010010000110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CF0; }

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

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

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

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

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

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

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

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