#E09BEB

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

Shades of Plum #E09BEB

Tints of Plum #E09BEB

Color information

#E09BEB (or 0xE09BEB) is unknown color: approx Plum. HEX triplet: E0, 9B and EB. RGB value is (224,155,235). Sum of RGB (Red+Green+Blue) = 224+155+235=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEB is #1F6414. Grayscale: #B8B8B8. Windows color (decimal): -2057237 or 15440864. OLE color: 15440864.

HSL color Cylindrical-coordinate representation of color #E09BEB: hue angle of 291.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09BEB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224155235-
CMYK0.050.3400.08
HSL291.75º66.67%76.47%-
HSV(B)291.75º34.04%92.16%-
XYZ57.4645.2984.31-
YUV184.75156.36156-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=36.48%
G=25.24%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241552350.050.3400.08291.7566.6776.47
HexE09BEB52208124434c
Octal340233353542010444103114
Binary1110000010011011111010111011000100100010010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BEB; }

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

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

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

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

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

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

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

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