Html Css Color HEX #E0A7DD Plum

📋 copy color: '#E0A7DD'

red 224 ◦ green 167 ◦ blue 221

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

Shades of Plum #E0A7DD

Tints of Plum #E0A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.29%

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

R = 36.6%
G = 27.29%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0A7DD (or 0xE0A7DD) is known color: Plum. HEX triplet: E0, A7 and DD. RGB value is (224,167,221). Sum of RGB (Red+Green+Blue) = 224+167+221=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A7DD is #1F5822. Grayscale: #BEBEBE. Windows color (decimal): -2054179 or 14526432. OLE color: 14526432.

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

Color convert

RGB 224 167 221 -
CMYK 0 0.25 0.01 0.12
HSL 303.16º 0.48% 0.77% -
HSV(B) 303.16º 0.25% 0.88% -
XYZ 57.61 48.71 74.77 -
YUV 190.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 224 167 221 0 0.25 0.01 0.12 303.16 0.48 0.77
Hex E0 A7 DD 0 19 1 C 12F 30 4D
Octal 340 247 335 0 31 1 14 457 60 115
Binary 11100000 10100111 11011101 0 11001 1 1100 100101111 110000 1001101

Color Harmonies of #E0A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A7DD

Black with #E0A7DD

Text Example


Text Example

White with #E0A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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