#E098DD

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

Shades of Plum #E098DD

Tints of Plum #E098DD

Color information

#E098DD (or 0xE098DD) is unknown color: approx Plum. HEX triplet: E0, 98 and DD. RGB value is (224,152,221). Sum of RGB (Red+Green+Blue) = 224+152+221=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DD is #1F6722. Grayscale: #B5B5B5. Windows color (decimal): -2058019 or 14522592. OLE color: 14522592.

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

Color convert

RGB224152221-
CMYK00.320.010.12
HSL302.5º53.73%73.73%-
HSV(B)302.5º32.14%87.84%-
XYZ55.0243.5273.91-
YUV181.39150.35158.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=37.52%
G=25.46%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415222100.320.010.12302.553.7373.73
HexE098DD0201C12e364a
Octal34023033504011445666112
Binary1110000010011000110111010100000111001001011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098DD; }

 p { color: rgb(224,152,221); }

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

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

 a { background-color: rgb(224,152,221); }

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

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

 span { border-color: rgb(224,152,221); }

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