#E098DB

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

Shades of Plum #E098DB

Tints of Plum #E098DB

Color information

#E098DB (or 0xE098DB) is unknown color: approx Plum. HEX triplet: E0, 98 and DB. RGB value is (224,152,219). Sum of RGB (Red+Green+Blue) = 224+152+219=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DB is #1F6724. Grayscale: #B4B4B4. Windows color (decimal): -2058021 or 14391520. OLE color: 14391520.

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

Color convert

RGB224152219-
CMYK00.320.020.12
HSL304.17º53.73%73.73%-
HSV(B)304.17º32.14%87.84%-
XYZ54.7543.4272.51-
YUV181.17149.35158.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=37.65%
G=25.55%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415221900.320.020.12304.1753.7373.73
HexE098DB0202C130364a
Octal34023033304021446066112
Binary11100000100110001101101101000001011001001100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098DB; }

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

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

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

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

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

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

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

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