#E0ABE8

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

Shades of Plum #E0ABE8

Tints of Plum #E0ABE8

Color information

#E0ABE8 (or 0xE0ABE8) is unknown color: approx Plum. HEX triplet: E0, AB and E8. RGB value is (224,171,232). Sum of RGB (Red+Green+Blue) = 224+171+232=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABE8 is #1F5417. Grayscale: #C1C1C1. Windows color (decimal): -2053144 or 15248352. OLE color: 15248352.

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

Color convert

RGB224171232-
CMYK0.030.2600.09
HSL292.13º57.01%79.02%-
HSV(B)292.13º26.29%90.98%-
XYZ59.8750.882.99-
YUV193.8149.56149.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.73%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=35.73%
G=27.27%
B=37.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241712320.030.2600.09292.1357.0179.02
HexE0ABE831A09124394f
Octal34025335033201144471117
Binary1110000010101011111010001111010010011001001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABE8; }

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

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

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

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

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

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

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

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