#E099ED

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

Shades of Plum #E099ED

Tints of Plum #E099ED

Color information

#E099ED (or 0xE099ED) is unknown color: approx Plum. HEX triplet: E0, 99 and ED. RGB value is (224,153,237). Sum of RGB (Red+Green+Blue) = 224+153+237=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #E099ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099ED is #1F6612. Grayscale: #B7B7B7. Windows color (decimal): -2057747 or 15571424. OLE color: 15571424.

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

Color convert

RGB224153237-
CMYK0.050.3500.07
HSL290.71º70%76.47%-
HSV(B)290.71º35.44%92.94%-
XYZ57.4244.7485.73-
YUV183.8158.02156.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 153 (60.16% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=36.48%
G=24.92%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241532370.050.3500.07290.717076.47
HexE099ED52307123464c
Octal34023135554307443106114
Binary111000001001100111101101101100011011110010001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099ED; }

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

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

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

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

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

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

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

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