#E0ABE6

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

Shades of Plum #E0ABE6

Tints of Plum #E0ABE6

Color information

#E0ABE6 (or 0xE0ABE6) is unknown color: approx Plum. HEX triplet: E0, AB and E6. RGB value is (224,171,230). Sum of RGB (Red+Green+Blue) = 224+171+230=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABE6 is #1F5419. Grayscale: #C1C1C1. Windows color (decimal): -2053146 or 15117280. OLE color: 15117280.

HSL color Cylindrical-coordinate representation of color #E0ABE6: hue angle of 293.9º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ABE6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224171230-
CMYK0.030.2600.10
HSL293.9º54.13%78.63%-
HSV(B)293.9º25.65%90.2%-
XYZ59.5950.6981.51-
YUV193.57148.56149.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=35.84%
G=27.36%
B=36.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241712300.030.2600.10293.954.1378.63
HexE0ABE631A0A126364f
Octal34025334633201244666117
Binary1110000010101011111001101111010010101001001101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABE6; }

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

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

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

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

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

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

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

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