Html Css Color HEX #E1A8DC Plum

📋 copy color: '#E1A8DC'

red 225 ◦ green 168 ◦ blue 220

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

Shades of Plum #E1A8DC

Tints of Plum #E1A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.41%

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

R = 36.7%
G = 27.41%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1A8DC (or 0xE1A8DC) is known color: Plum. HEX triplet: E1, A8 and DC. RGB value is (225,168,220). Sum of RGB (Red+Green+Blue) = 225+168+220=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8DC is #1E5723. Grayscale: #BEBEBE. Windows color (decimal): -1988388 or 14461153. OLE color: 14461153.

HSL color Cylindrical-coordinate representation of color #E1A8DC: hue angle of 305.26º degrees, saturation: 0.49, 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 #E1A8DC is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 220 -
CMYK 0 0.25 0.02 0.12
HSL 305.26º 0.49% 0.77% -
HSV(B) 305.26º 0.25% 0.88% -
XYZ 57.97 49.18 74.15 -
YUV 190.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 225 168 220 0 0.25 0.02 0.12 305.26 0.49 0.77
Hex E1 A8 DC 0 19 2 C 131 31 4D
Octal 341 250 334 0 31 2 14 461 61 115
Binary 11100001 10101000 11011100 0 11001 10 1100 100110001 110001 1001101

Color Harmonies of #E1A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A8DC

Black with #E1A8DC

Text Example


Text Example

White with #E1A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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