Html Css Color HEX #E1A1DA Plum

📋 copy color: '#E1A1DA'

red 225 ◦ green 161 ◦ blue 218

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

Shades of Plum #E1A1DA

Tints of Plum #E1A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.66%

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 37.25%
G = 26.66%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1A1DA (or 0xE1A1DA) is known color: Plum. HEX triplet: E1, A1 and DA. RGB value is (225,161,218). Sum of RGB (Red+Green+Blue) = 225+161+218=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1DA is #1E5E25. Grayscale: #BABABA. Windows color (decimal): -1990182 or 14328289. OLE color: 14328289.

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

Color convert

RGB 225 161 218 -
CMYK 0 0.28 0.03 0.12
HSL 306.56º 0.52% 0.76% -
HSV(B) 306.56º 0.28% 0.88% -
XYZ 56.45 46.56 72.34 -
YUV 186.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 225 161 218 0 0.28 0.03 0.12 306.56 0.52 0.76
Hex E1 A1 DA 0 1C 3 C 133 34 4C
Octal 341 241 332 0 34 3 14 463 64 114
Binary 11100001 10100001 11011010 0 11100 11 1100 100110011 110100 1001100

Color Harmonies of #E1A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A1DA

Black with #E1A1DA

Text Example


Text Example

White with #E1A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A1DA; }

 p { color: rgb(225,161,218); }

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

background-color css

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

 a { background-color: rgb(225,161,218); }

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

border-color css

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

 span { border-color: rgb(225,161,218); }

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