#E09BE1

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

Shades of Plum #E09BE1

Tints of Plum #E09BE1

Color information

#E09BE1 (or 0xE09BE1) is unknown color: approx Plum. HEX triplet: E0, 9B and E1. RGB value is (224,155,225). Sum of RGB (Red+Green+Blue) = 224+155+225=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #E09BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BE1 is #1F641E. Grayscale: #B7B7B7. Windows color (decimal): -2057247 or 14785504. OLE color: 14785504.

HSL color Cylindrical-coordinate representation of color #E09BE1: hue angle of 299.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BE1 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224155225-
CMYK0.000.3100.12
HSL299.14º53.85%74.51%-
HSV(B)299.14º31.11%88.24%-
XYZ56.0544.7376.91-
YUV183.61151.36156.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 155 (60.94% from 255) = 25.66%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=37.09%
G=25.66%
B=37.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241552250.000.3100.12299.1453.8574.51
HexE09BE101F0C12b364b
Octal34023334103701445366113
Binary111000001001101111100001011111011001001010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BE1; }

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

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

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

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

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

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

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

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