#E2ABEC

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

Shades of Plum #E2ABEC

Tints of Plum #E2ABEC

Color information

#E2ABEC (or 0xE2ABEC) is unknown color: approx Plum. HEX triplet: E2, AB and EC. RGB value is (226,171,236). Sum of RGB (Red+Green+Blue) = 226+171+236=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEC is #1D5413. Grayscale: #C2C2C2. Windows color (decimal): -1922068 or 15510498. OLE color: 15510498.

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

Color convert

RGB226171236-
CMYK0.040.2800.07
HSL290.77º63.11%79.8%-
HSV(B)290.77º27.54%92.55%-
XYZ61.0751.3586.05-
YUV194.86151.22150.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=35.70%
G=27.01%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261712360.040.2800.07290.7763.1179.8
HexE2ABEC41C071233f50
Octal3422533544340744377120
Binary1110001010101011111011001001110001111001000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABEC; }

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

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

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

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

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

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

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

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