Html Css Color HEX #E0ABE0 Plum

📋 copy color: '#E0ABE0'

red 224 ◦ green 171 ◦ blue 224

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

Shades of Plum #E0ABE0

Tints of Plum #E0ABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 36.19%
G = 27.63%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0ABE0 (or 0xE0ABE0) is known color: Plum. HEX triplet: E0, AB and E0. RGB value is (224,171,224). Sum of RGB (Red+Green+Blue) = 224+171+224=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABE0 is #1F541F. Grayscale: #C0C0C0. Windows color (decimal): -2053152 or 14724064. OLE color: 14724064.

HSL color Cylindrical-coordinate representation of color #E0ABE0: hue angle of 300º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABE0 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 224 -
CMYK 0 0.24 0 0.12
HSL 300º 0.46% 0.77% -
HSV(B) 300º 0.24% 0.88% -
XYZ 58.76 50.35 77.14 -
YUV 192.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 224 171 224 0 0.24 0 0.12 300 0.46 0.77
Hex E0 AB E0 0 18 0 C 12C 2E 4D
Octal 340 253 340 0 30 0 14 454 56 115
Binary 11100000 10101011 11100000 0 11000 0 1100 100101100 101110 1001101

Color Harmonies of #E0ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABE0

Black with #E0ABE0

Text Example


Text Example

White with #E0ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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