#E088DA

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

Shades of Plum #E088DA

Tints of Plum #E088DA

Color information

#E088DA (or 0xE088DA) is unknown color: approx Plum. HEX triplet: E0, 88 and DA. RGB value is (224,136,218). Sum of RGB (Red+Green+Blue) = 224+136+218=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E088DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088DA is #1F7725. Grayscale: #ABABAB. Windows color (decimal): -2062118 or 14321888. OLE color: 14321888.

HSL color Cylindrical-coordinate representation of color #E088DA: hue angle of 304.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088DA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224136218-
CMYK00.390.030.12
HSL304.09º58.67%70.59%-
HSV(B)304.09º39.29%87.84%-
XYZ52.238.5271.01-
YUV171.66154.15165.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=38.75%
G=23.53%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413621800.390.030.12304.0958.6770.59
HexE088DA0273C1303b47
Octal34021033204731446073107
Binary11100000100010001101101001001111111001001100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088DA; }

 p { color: rgb(224,136,218); }

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

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

 a { background-color: rgb(224,136,218); }

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

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

 span { border-color: rgb(224,136,218); }

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