Html Css Color HEX #E6ABEB Plum

📋 copy color: '#E6ABEB'

red 230 ◦ green 171 ◦ blue 235

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

Shades of Plum #E6ABEB

Tints of Plum #E6ABEB

RGB

 RED value IS 230 (90.23% from 255) = 36.16%

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

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

R = 36.16%
G = 26.89%
B = 36.95%

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

#E6ABEB (or 0xE6ABEB) is known color: Plum. HEX triplet: E6, AB and EB. RGB value is (230,171,235). Sum of RGB (Red+Green+Blue) = 230+171+235=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABEB is #195414. Grayscale: #C3C3C3. Windows color (decimal): -1659925 or 15444966. OLE color: 15444966.

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

Color convert

RGB 230 171 235 -
CMYK 0.02 0.27 0 0.08
HSL 295.31º 0.62% 0.8% -
HSV(B) 295.31º 0.27% 0.92% -
XYZ 62.19 51.95 85.35 -
YUV 195.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 230 171 235 0.02 0.27 0 0.08 295.31 0.62 0.8
Hex E6 AB EB 2 1B 0 8 127 3E 50
Octal 346 253 353 2 33 0 10 447 76 120
Binary 11100110 10101011 11101011 10 11011 0 1000 100100111 111110 1010000

Color Harmonies of #E6ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABEB

Black with #E6ABEB

Text Example


Text Example

White with #E6ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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