Html Css Color HEX #E8ABEF Plum

📋 copy color: '#E8ABEF'

red 232 ◦ green 171 ◦ blue 239

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

Shades of Plum #E8ABEF

Tints of Plum #E8ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 36.14%
G = 26.64%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8ABEF (or 0xE8ABEF) is known color: Plum. HEX triplet: E8, AB and EF. RGB value is (232,171,239). Sum of RGB (Red+Green+Blue) = 232+171+239=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABEF is #175410. Grayscale: #C4C4C4. Windows color (decimal): -1528849 or 15707112. OLE color: 15707112.

HSL color Cylindrical-coordinate representation of color #E8ABEF: hue angle of 293.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ABEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 171 239 -
CMYK 0.03 0.28 0 0.06
HSL 293.82º 0.68% 0.8% -
HSV(B) 293.82º 0.28% 0.94% -
XYZ 63.42 52.51 88.45 -
YUV 196.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 232 171 239 0.03 0.28 0 0.06 293.82 0.68 0.8
Hex E8 AB EF 3 1C 0 6 126 44 50
Octal 350 253 357 3 34 0 6 446 104 120
Binary 11101000 10101011 11101111 11 11100 0 110 100100110 1000100 1010000

Color Harmonies of #E8ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ABEF

Black with #E8ABEF

Text Example


Text Example

White with #E8ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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