#E09BEC

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

Shades of Plum #E09BEC

Tints of Plum #E09BEC

Color information

#E09BEC (or 0xE09BEC) is unknown color: approx Plum. HEX triplet: E0, 9B and EC. RGB value is (224,155,236). Sum of RGB (Red+Green+Blue) = 224+155+236=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E09BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEC is #1F6413. Grayscale: #B8B8B8. Windows color (decimal): -2057236 or 15506400. OLE color: 15506400.

HSL color Cylindrical-coordinate representation of color #E09BEC: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09BEC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224155236-
CMYK0.050.3400.07
HSL291.11º68.07%76.67%-
HSV(B)291.11º34.32%92.55%-
XYZ57.645.3585.07-
YUV184.86156.86155.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=36.42%
G=25.20%
B=38.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241552360.050.3400.07291.1168.0776.67
HexE09BEC52207123444d
Octal34023335454207443104115
Binary111000001001101111101100101100010011110010001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BEC; }

 p { color: rgb(224,155,236); }

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

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

 a { background-color: rgb(224,155,236); }

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

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

 span { border-color: rgb(224,155,236); }

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