Html Css Color HEX #E7ABEB Plum

📋 copy color: '#E7ABEB'

red 231 ◦ green 171 ◦ blue 235

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

Shades of Plum #E7ABEB

Tints of Plum #E7ABEB

RGB

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

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

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

R = 36.26%
G = 26.84%
B = 36.89%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7ABEB (or 0xE7ABEB) is known color: Plum. HEX triplet: E7, AB and EB. RGB value is (231,171,235). Sum of RGB (Red+Green+Blue) = 231+171+235=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABEB is #185414. Grayscale: #C4C4C4. Windows color (decimal): -1594389 or 15444967. OLE color: 15444967.

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

Color convert

RGB 231 171 235 -
CMYK 0.02 0.27 0 0.08
HSL 296.25º 0.62% 0.8% -
HSV(B) 296.25º 0.27% 0.92% -
XYZ 62.51 52.11 85.36 -
YUV 196.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 231 171 235 0.02 0.27 0 0.08 296.25 0.62 0.8
Hex E7 AB EB 2 1B 0 8 128 3E 50
Octal 347 253 353 2 33 0 10 450 76 120
Binary 11100111 10101011 11101011 10 11011 0 1000 100101000 111110 1010000

Color Harmonies of #E7ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ABEB

Black with #E7ABEB

Text Example


Text Example

White with #E7ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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