#E0ABEA

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

Shades of Plum #E0ABEA

Tints of Plum #E0ABEA

Color information

#E0ABEA (or 0xE0ABEA) is unknown color: approx Plum. HEX triplet: E0, AB and EA. RGB value is (224,171,234). Sum of RGB (Red+Green+Blue) = 224+171+234=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABEA is #1F5415. Grayscale: #C1C1C1. Windows color (decimal): -2053142 or 15379424. OLE color: 15379424.

HSL color Cylindrical-coordinate representation of color #E0ABEA: hue angle of 290.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ABEA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224171234-
CMYK0.040.2700.08
HSL290.48º60%79.41%-
HSV(B)290.48º26.92%91.76%-
XYZ60.1550.9184.5-
YUV194.03150.56149.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=35.61%
G=27.19%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241712340.040.2700.08290.486079.41
HexE0ABEA41B081223c4f
Octal34025335243301044274117
Binary11100000101010111110101010011011010001001000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABEA; }

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

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

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

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

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

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

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

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