#E099E1

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

Shades of Plum #E099E1

Tints of Plum #E099E1

Color information

#E099E1 (or 0xE099E1) is unknown color: approx Plum. HEX triplet: E0, 99 and E1. RGB value is (224,153,225). Sum of RGB (Red+Green+Blue) = 224+153+225=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #E099E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099E1 is #1F661E. Grayscale: #B6B6B6. Windows color (decimal): -2057759 or 14784992. OLE color: 14784992.

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

Color convert

RGB224153225-
CMYK0.000.3200.12
HSL299.17º54.55%74.12%-
HSV(B)299.17º32%88.24%-
XYZ55.7244.0776.8-
YUV182.44152.02157.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=37.21%
G=25.42%
B=37.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241532250.000.3200.12299.1754.5574.12
HexE099E10200C12b374a
Octal34023134104001445367112
Binary1110000010011001111000010100000011001001010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099E1; }

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

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

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

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

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

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

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

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