Html Css Color HEX #E8ABEB Plum

📋 copy color: '#E8ABEB'

red 232 ◦ green 171 ◦ blue 235

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

Shades of Plum #E8ABEB

Tints of Plum #E8ABEB

RGB

 RED value IS 232 (91.02% from 255) = 36.36%

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

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

R = 36.36%
G = 26.8%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8ABEB (or 0xE8ABEB) is known color: Plum. HEX triplet: E8, AB and EB. RGB value is (232,171,235). Sum of RGB (Red+Green+Blue) = 232+171+235=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABEB is #175414. Grayscale: #C4C4C4. Windows color (decimal): -1528853 or 15444968. OLE color: 15444968.

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

Color convert

RGB 232 171 235 -
CMYK 0.01 0.27 0 0.08
HSL 297.19º 0.62% 0.8% -
HSV(B) 297.19º 0.27% 0.92% -
XYZ 62.84 52.28 85.38 -
YUV 196.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 232 171 235 0.01 0.27 0 0.08 297.19 0.62 0.8
Hex E8 AB EB 1 1B 0 8 129 3E 50
Octal 350 253 353 1 33 0 10 451 76 120
Binary 11101000 10101011 11101011 1 11011 0 1000 100101001 111110 1010000

Color Harmonies of #E8ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ABEB

Black with #E8ABEB

Text Example


Text Example

White with #E8ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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