#E5ABEF

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

Shades of Plum #E5ABEF

Tints of Plum #E5ABEF

Color information

#E5ABEF (or 0xE5ABEF) is unknown color: approx Plum. HEX triplet: E5, AB and EF. RGB value is (229,171,239). Sum of RGB (Red+Green+Blue) = 229+171+239=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABEF is #1A5410. Grayscale: #C3C3C3. Windows color (decimal): -1725457 or 15707109. OLE color: 15707109.

HSL color Cylindrical-coordinate representation of color #E5ABEF: hue angle of 291.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5ABEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229171239-
CMYK0.040.2800.06
HSL291.18º68%80.39%-
HSV(B)291.18º28.45%93.73%-
XYZ62.4652.0288.41-
YUV196.09152.22151.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=35.84%
G=26.76%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291712390.040.2800.06291.186880.39
HexE5ABEF41C061234450
Octal34525335743406443104120
Binary11100101101010111110111110011100011010010001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABEF; }

 p { color: rgb(229,171,239); }

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

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

 a { background-color: rgb(229,171,239); }

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

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

 span { border-color: rgb(229,171,239); }

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