#E099EB

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

Shades of Plum #E099EB

Tints of Plum #E099EB

Color information

#E099EB (or 0xE099EB) is unknown color: approx Plum. HEX triplet: E0, 99 and EB. RGB value is (224,153,235). Sum of RGB (Red+Green+Blue) = 224+153+235=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #E099EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099EB is #1F6614. Grayscale: #B7B7B7. Windows color (decimal): -2057749 or 15440352. OLE color: 15440352.

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

Color convert

RGB224153235-
CMYK0.050.3500.08
HSL291.95º67.21%76.08%-
HSV(B)291.95º34.89%92.16%-
XYZ57.1344.6384.2-
YUV183.58157.02156.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=36.60%
G=25%
B=38.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241532350.050.3500.08291.9567.2176.08
HexE099EB52308124434c
Octal340231353543010444103114
Binary1110000010011001111010111011000110100010010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099EB; }

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

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

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

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

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

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

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

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