Html Css Color HEX #E0ABDD Plum

📋 copy color: '#E0ABDD'

red 224 ◦ green 171 ◦ blue 221

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

Shades of Plum #E0ABDD

Tints of Plum #E0ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 36.36%
G = 27.76%
B = 35.88%

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

#E0ABDD (or 0xE0ABDD) is known color: Plum. HEX triplet: E0, AB and DD. RGB value is (224,171,221). Sum of RGB (Red+Green+Blue) = 224+171+221=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABDD is #1F5422. Grayscale: #C0C0C0. Windows color (decimal): -2053155 or 14527456. OLE color: 14527456.

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

Color convert

RGB 224 171 221 -
CMYK 0 0.24 0.01 0.12
HSL 303.4º 0.46% 0.77% -
HSV(B) 303.4º 0.24% 0.88% -
XYZ 58.35 50.19 75.02 -
YUV 192.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 224 171 221 0 0.24 0.01 0.12 303.4 0.46 0.77
Hex E0 AB DD 0 18 1 C 12F 2E 4D
Octal 340 253 335 0 30 1 14 457 56 115
Binary 11100000 10101011 11011101 0 11000 1 1100 100101111 101110 1001101

Color Harmonies of #E0ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABDD

Black with #E0ABDD

Text Example


Text Example

White with #E0ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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