#E0ABEB

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

Shades of Plum #E0ABEB

Tints of Plum #E0ABEB

Color information

#E0ABEB (or 0xE0ABEB) is unknown color: approx Plum. HEX triplet: E0, AB and EB. RGB value is (224,171,235). Sum of RGB (Red+Green+Blue) = 224+171+235=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABEB is #1F5414. Grayscale: #C1C1C1. Windows color (decimal): -2053141 or 15444960. OLE color: 15444960.

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

Color convert

RGB224171235-
CMYK0.050.2700.08
HSL289.69º61.54%79.61%-
HSV(B)289.69º27.23%92.16%-
XYZ60.350.9785.26-
YUV194.14151.06149.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=35.56%
G=27.14%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241712350.050.2700.08289.6961.5479.61
HexE0ABEB51B081223e50
Octal34025335353301044276120
Binary11100000101010111110101110111011010001001000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABEB; }

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

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

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

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

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

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

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

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