#E099EA

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

Shades of Plum #E099EA

Tints of Plum #E099EA

Color information

#E099EA (or 0xE099EA) is unknown color: approx Plum. HEX triplet: E0, 99 and EA. RGB value is (224,153,234). Sum of RGB (Red+Green+Blue) = 224+153+234=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E099EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099EA is #1F6615. Grayscale: #B7B7B7. Windows color (decimal): -2057750 or 15374816. OLE color: 15374816.

HSL color Cylindrical-coordinate representation of color #E099EA: hue angle of 292.59º degrees, saturation: 0.66, 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 #E099EA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224153234-
CMYK0.040.3500.08
HSL292.59º65.85%75.88%-
HSV(B)292.59º34.62%91.76%-
XYZ56.9844.5783.44-
YUV183.46156.52156.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=36.66%
G=25.04%
B=38.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241532340.040.3500.08292.5965.8575.88
HexE099EA42308125424c
Octal340231352443010445102114
Binary1110000010011001111010101001000110100010010010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099EA; }

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

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

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

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

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

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

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

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