#E2ABEA

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

Shades of Plum #E2ABEA

Tints of Plum #E2ABEA

Color information

#E2ABEA (or 0xE2ABEA) is unknown color: approx Plum. HEX triplet: E2, AB and EA. RGB value is (226,171,234). Sum of RGB (Red+Green+Blue) = 226+171+234=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEA is #1D5415. Grayscale: #C2C2C2. Windows color (decimal): -1922070 or 15379426. OLE color: 15379426.

HSL color Cylindrical-coordinate representation of color #E2ABEA: hue angle of 292.38º 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 #E2ABEA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226171234-
CMYK0.030.2700.08
HSL292.38º60%79.41%-
HSV(B)292.38º26.92%91.76%-
XYZ60.7851.2484.53-
YUV194.63150.22150.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=35.82%
G=27.10%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261712340.030.2700.08292.386079.41
HexE2ABEA31B081243c4f
Octal34225335233301044474117
Binary1110001010101011111010101111011010001001001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABEA; }

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

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

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

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

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

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

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

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