#E099D5

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

Shades of Plum #E099D5

Tints of Plum #E099D5

Color information

#E099D5 (or 0xE099D5) is unknown color: approx Plum. HEX triplet: E0, 99 and D5. RGB value is (224,153,213). Sum of RGB (Red+Green+Blue) = 224+153+213=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E099D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099D5 is #1F662A. Grayscale: #B4B4B4. Windows color (decimal): -2057771 or 13998560. OLE color: 13998560.

HSL color Cylindrical-coordinate representation of color #E099D5: hue angle of 309.3º degrees, saturation: 0.53, 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 #E099D5 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB224153213-
CMYK00.320.050.12
HSL309.3º53.38%73.92%-
HSV(B)309.3º31.7%87.84%-
XYZ54.1443.4368.48-
YUV181.07146.02158.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=37.97%
G=25.93%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415321300.320.050.12309.353.3873.92
HexE099D50205C135354a
Octal34023132504051446565112
Binary111000001001100111010101010000010111001001101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099D5; }

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

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

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

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

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

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

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

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