#E6ABE8

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

Shades of Plum #E6ABE8

Tints of Plum #E6ABE8

Color information

#E6ABE8 (or 0xE6ABE8) is unknown color: approx Plum. HEX triplet: E6, AB and E8. RGB value is (230,171,232). Sum of RGB (Red+Green+Blue) = 230+171+232=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6ABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABE8 is #195417. Grayscale: #C3C3C3. Windows color (decimal): -1659928 or 15248358. OLE color: 15248358.

HSL color Cylindrical-coordinate representation of color #E6ABE8: hue angle of 298.03º 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 #E6ABE8 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230171232-
CMYK0.010.2600.09
HSL298.03º57.01%79.02%-
HSV(B)298.03º26.29%90.98%-
XYZ61.7651.7883.08-
YUV195.6148.55152.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=36.33%
G=27.01%
B=36.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301712320.010.2600.09298.0357.0179.02
HexE6ABE811A0912a394f
Octal34625335013201145271117
Binary111001101010101111101000111010010011001010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABE8; }

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

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

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

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

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

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

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

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