Html Css Color HEX #E1ABEB Plum

📋 copy color: '#E1ABEB'

red 225 ◦ green 171 ◦ blue 235

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

Shades of Plum #E1ABEB

Tints of Plum #E1ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 35.66%
G = 27.1%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1ABEB (or 0xE1ABEB) is known color: Plum. HEX triplet: E1, AB and EB. RGB value is (225,171,235). Sum of RGB (Red+Green+Blue) = 225+171+235=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABEB is #1E5414. Grayscale: #C2C2C2. Windows color (decimal): -1987605 or 15444961. OLE color: 15444961.

HSL color Cylindrical-coordinate representation of color #E1ABEB: hue angle of 290.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1ABEB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 171 235 -
CMYK 0.04 0.27 0 0.08
HSL 290.63º 0.62% 0.8% -
HSV(B) 290.63º 0.27% 0.92% -
XYZ 60.61 51.13 85.27 -
YUV 194.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 225 171 235 0.04 0.27 0 0.08 290.63 0.62 0.8
Hex E1 AB EB 4 1B 0 8 123 3E 50
Octal 341 253 353 4 33 0 10 443 76 120
Binary 11100001 10101011 11101011 100 11011 0 1000 100100011 111110 1010000

Color Harmonies of #E1ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ABEB

Black with #E1ABEB

Text Example


Text Example

White with #E1ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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