Html Css Color HEX #E0ABDE Plum

📋 copy color: '#E0ABDE'

red 224 ◦ green 171 ◦ blue 222

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

Shades of Plum #E0ABDE

Tints of Plum #E0ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 36.3%
G = 27.71%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0ABDE (or 0xE0ABDE) is known color: Plum. HEX triplet: E0, AB and DE. RGB value is (224,171,222). Sum of RGB (Red+Green+Blue) = 224+171+222=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABDE is #1F5421. Grayscale: #C0C0C0. Windows color (decimal): -2053154 or 14592992. OLE color: 14592992.

HSL color Cylindrical-coordinate representation of color #E0ABDE: hue angle of 302.26º 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 #E0ABDE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 222 -
CMYK 0 0.24 0.01 0.12
HSL 302.26º 0.46% 0.77% -
HSV(B) 302.26º 0.24% 0.88% -
XYZ 58.49 50.25 75.72 -
YUV 192.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 224 171 222 0 0.24 0.01 0.12 302.26 0.46 0.77
Hex E0 AB DE 0 18 1 C 12E 2E 4D
Octal 340 253 336 0 30 1 14 456 56 115
Binary 11100000 10101011 11011110 0 11000 1 1100 100101110 101110 1001101

Color Harmonies of #E0ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABDE

Black with #E0ABDE

Text Example


Text Example

White with #E0ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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