Html Css Color HEX #E1ABE6 Plum

📋 copy color: '#E1ABE6'

red 225 ◦ green 171 ◦ blue 230

#E1ABE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E1ABE6

Tints of Plum #E1ABE6

RGB

 RED value IS 225 (88.28% from 255) = 35.94%

 GREEN value IS 171 (67.19% from 255) = 27.32%

 BLUE value IS 230 (90.23% from 255) = 36.74%

R = 35.94%
G = 27.32%
B = 36.74%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1ABE6 (or 0xE1ABE6) is known color: Plum. HEX triplet: E1, AB and E6. RGB value is (225,171,230). Sum of RGB (Red+Green+Blue) = 225+171+230=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABE6 is #1E5419. Grayscale: #C1C1C1. Windows color (decimal): -1987610 or 15117281. OLE color: 15117281.

HSL color Cylindrical-coordinate representation of color #E1ABE6: hue angle of 294.92º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ABE6 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 171 230 -
CMYK 0.02 0.26 0 0.10
HSL 294.92º 0.54% 0.79% -
HSV(B) 294.92º 0.26% 0.9% -
XYZ 59.9 50.85 81.52 -
YUV 193.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 225 171 230 0.02 0.26 0 0.10 294.92 0.54 0.79
Hex E1 AB E6 2 1A 0 A 127 36 4F
Octal 341 253 346 2 32 0 12 447 66 117
Binary 11100001 10101011 11100110 10 11010 0 1010 100100111 110110 1001111

Color Harmonies of #E1ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ABE6

Black with #E1ABE6

Text Example


Text Example

White with #E1ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ABE6; }

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

 H1.HeaderClassName
 {
   color: #E1ABE6;
 }
 .AnyTagClassName
 {
   color: #E1ABE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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