#E0ABDF

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

Shades of Plum #E0ABDF

Tints of Plum #E0ABDF

Color information

#E0ABDF (or 0xE0ABDF) is unknown color: approx Plum. HEX triplet: E0, AB and DF. RGB value is (224,171,223). Sum of RGB (Red+Green+Blue) = 224+171+223=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABDF is #1F5420. Grayscale: #C0C0C0. Windows color (decimal): -2053153 or 14658528. OLE color: 14658528.

HSL color Cylindrical-coordinate representation of color #E0ABDF: hue angle of 301.13º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABDF is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224171223-
CMYK00.240.000.12
HSL301.13º46.09%77.45%-
HSV(B)301.13º23.66%87.84%-
XYZ58.6250.376.43-
YUV192.78145.06150.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=36.25%
G=27.67%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417122300.240.000.12301.1346.0977.45
HexE0ABDF0180C12d2e4d
Octal34025333703001445556115
Binary111000001010101111011111011000011001001011011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABDF; }

 p { color: rgb(224,171,223); }

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

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

 a { background-color: rgb(224,171,223); }

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

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

 span { border-color: rgb(224,171,223); }

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