Html Css Color HEX #E1ABE8 Plum

📋 copy color: '#E1ABE8'

red 225 ◦ green 171 ◦ blue 232

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

Shades of Plum #E1ABE8

Tints of Plum #E1ABE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 35.83%
G = 27.23%
B = 36.94%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E1ABE8 (or 0xE1ABE8) is known color: Plum. HEX triplet: E1, AB and E8. RGB value is (225,171,232). Sum of RGB (Red+Green+Blue) = 225+171+232=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABE8 is #1E5417. Grayscale: #C1C1C1. Windows color (decimal): -1987608 or 15248353. OLE color: 15248353.

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

Color convert

RGB 225 171 232 -
CMYK 0.03 0.26 0 0.09
HSL 293.11º 0.57% 0.79% -
HSV(B) 293.11º 0.26% 0.91% -
XYZ 60.18 50.96 83.01 -
YUV 194.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 225 171 232 0.03 0.26 0 0.09 293.11 0.57 0.79
Hex E1 AB E8 3 1A 0 9 125 39 4F
Octal 341 253 350 3 32 0 11 445 71 117
Binary 11100001 10101011 11101000 11 11010 0 1001 100100101 111001 1001111

Color Harmonies of #E1ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ABE8

Black with #E1ABE8

Text Example


Text Example

White with #E1ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ABE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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