Html Css Color HEX #E0ABE5 Plum

📋 copy color: '#E0ABE5'

red 224 ◦ green 171 ◦ blue 229

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

Shades of Plum #E0ABE5

Tints of Plum #E0ABE5

RGB

 RED value IS 224 (87.89% from 255) = 35.9%

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 35.9%
G = 27.4%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0ABE5 (or 0xE0ABE5) is known color: Plum. HEX triplet: E0, AB and E5. RGB value is (224,171,229). Sum of RGB (Red+Green+Blue) = 224+171+229=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABE5 is #1F541A. Grayscale: #C1C1C1. Windows color (decimal): -2053147 or 15051744. OLE color: 15051744.

HSL color Cylindrical-coordinate representation of color #E0ABE5: hue angle of 294.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0ABE5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 171 229 -
CMYK 0.02 0.25 0 0.10
HSL 294.83º 0.53% 0.78% -
HSV(B) 294.83º 0.25% 0.9% -
XYZ 59.45 50.63 80.77 -
YUV 193.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 224 171 229 0.02 0.25 0 0.10 294.83 0.53 0.78
Hex E0 AB E5 2 19 0 A 127 35 4E
Octal 340 253 345 2 31 0 12 447 65 116
Binary 11100000 10101011 11100101 10 11001 0 1010 100100111 110101 1001110

Color Harmonies of #E0ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABE5

Black with #E0ABE5

Text Example


Text Example

White with #E0ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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