Html Css Color HEX #E1A0D8 Plum

📋 copy color: '#E1A0D8'

red 225 ◦ green 160 ◦ blue 216

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

Shades of Plum #E1A0D8

Tints of Plum #E1A0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 37.44%
G = 26.62%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1A0D8 (or 0xE1A0D8) is known color: Plum. HEX triplet: E1, A0 and D8. RGB value is (225,160,216). Sum of RGB (Red+Green+Blue) = 225+160+216=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0D8 is #1E5F27. Grayscale: #B9B9B9. Windows color (decimal): -1990440 or 14196961. OLE color: 14196961.

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

Color convert

RGB 225 160 216 -
CMYK 0 0.29 0.04 0.12
HSL 308.31º 0.52% 0.75% -
HSV(B) 308.31º 0.29% 0.88% -
XYZ 56.02 46.11 70.91 -
YUV 185.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 225 160 216 0 0.29 0.04 0.12 308.31 0.52 0.75
Hex E1 A0 D8 0 1D 4 C 134 34 4B
Octal 341 240 330 0 35 4 14 464 64 113
Binary 11100001 10100000 11011000 0 11101 100 1100 100110100 110100 1001011

Color Harmonies of #E1A0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A0D8

Black with #E1A0D8

Text Example


Text Example

White with #E1A0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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