Html Css Color HEX #E7ABEF Plum

📋 copy color: '#E7ABEF'

red 231 ◦ green 171 ◦ blue 239

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

Shades of Plum #E7ABEF

Tints of Plum #E7ABEF

RGB

 RED value IS 231 (90.63% from 255) = 36.04%

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

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

R = 36.04%
G = 26.68%
B = 37.29%

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

#E7ABEF (or 0xE7ABEF) is known color: Plum. HEX triplet: E7, AB and EF. RGB value is (231,171,239). Sum of RGB (Red+Green+Blue) = 231+171+239=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABEF is #185410. Grayscale: #C4C4C4. Windows color (decimal): -1594385 or 15707111. OLE color: 15707111.

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

Color convert

RGB 231 171 239 -
CMYK 0.03 0.28 0 0.06
HSL 292.94º 0.68% 0.8% -
HSV(B) 292.94º 0.28% 0.94% -
XYZ 63.1 52.35 88.44 -
YUV 196.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 231 171 239 0.03 0.28 0 0.06 292.94 0.68 0.8
Hex E7 AB EF 3 1C 0 6 125 44 50
Octal 347 253 357 3 34 0 6 445 104 120
Binary 11100111 10101011 11101111 11 11100 0 110 100100101 1000100 1010000

Color Harmonies of #E7ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ABEF

Black with #E7ABEF

Text Example


Text Example

White with #E7ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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