Html Css Color HEX #E5ABE6 Plum

📋 copy color: '#E5ABE6'

red 229 ◦ green 171 ◦ blue 230

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

Shades of Plum #E5ABE6

Tints of Plum #E5ABE6

RGB

 RED value IS 229 (89.84% from 255) = 36.35%

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 36.35%
G = 27.14%
B = 36.51%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E5ABE6 (or 0xE5ABE6) is known color: Plum. HEX triplet: E5, AB and E6. RGB value is (229,171,230). Sum of RGB (Red+Green+Blue) = 229+171+230=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABE6 is #1A5419. Grayscale: #C2C2C2. Windows color (decimal): -1725466 or 15117285. OLE color: 15117285.

HSL color Cylindrical-coordinate representation of color #E5ABE6: hue angle of 298.98º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5ABE6 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 171 230 -
CMYK 0.00 0.26 0 0.10
HSL 298.98º 0.54% 0.79% -
HSV(B) 298.98º 0.26% 0.9% -
XYZ 61.16 51.5 81.58 -
YUV 195.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 229 171 230 0.00 0.26 0 0.10 298.98 0.54 0.79
Hex E5 AB E6 0 1A 0 A 12B 36 4F
Octal 345 253 346 0 32 0 12 453 66 117
Binary 11100101 10101011 11100110 0 11010 0 1010 100101011 110110 1001111

Color Harmonies of #E5ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ABE6

Black with #E5ABE6

Text Example


Text Example

White with #E5ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ABE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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