Html Css Color HEX #E1A0DC Plum

📋 copy color: '#E1A0DC'

red 225 ◦ green 160 ◦ blue 220

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

Shades of Plum #E1A0DC

Tints of Plum #E1A0DC

RGB

 RED value IS 225 (88.28% from 255) = 37.19%

 GREEN value IS 160 (62.89% from 255) = 26.45%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 37.19%
G = 26.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1A0DC (or 0xE1A0DC) is known color: Plum. HEX triplet: E1, A0 and DC. RGB value is (225,160,220). Sum of RGB (Red+Green+Blue) = 225+160+220=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0DC is #1E5F23. Grayscale: #BABABA. Windows color (decimal): -1990436 or 14459105. OLE color: 14459105.

HSL color Cylindrical-coordinate representation of color #E1A0DC: hue angle of 304.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0DC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 160 220 -
CMYK 0 0.29 0.02 0.12
HSL 304.62º 0.52% 0.75% -
HSV(B) 304.62º 0.29% 0.88% -
XYZ 56.54 46.32 73.67 -
YUV 186.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 225 160 220 0 0.29 0.02 0.12 304.62 0.52 0.75
Hex E1 A0 DC 0 1D 2 C 131 34 4B
Octal 341 240 334 0 35 2 14 461 64 113
Binary 11100001 10100000 11011100 0 11101 10 1100 100110001 110100 1001011

Color Harmonies of #E1A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A0DC

Black with #E1A0DC

Text Example


Text Example

White with #E1A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A0DC; }

 p { color: rgb(225,160,220); }

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

background-color css

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

 a { background-color: rgb(225,160,220); }

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

border-color css

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

 span { border-color: rgb(225,160,220); }

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