Html Css Color HEX #E1A5DA Plum

📋 copy color: '#E1A5DA'

red 225 ◦ green 165 ◦ blue 218

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

Shades of Plum #E1A5DA

Tints of Plum #E1A5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.14%

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

R = 37.01%
G = 27.14%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1A5DA (or 0xE1A5DA) is known color: Plum. HEX triplet: E1, A5 and DA. RGB value is (225,165,218). Sum of RGB (Red+Green+Blue) = 225+165+218=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5DA is #1E5A25. Grayscale: #BCBCBC. Windows color (decimal): -1989158 or 14329313. OLE color: 14329313.

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

Color convert

RGB 225 165 218 -
CMYK 0 0.27 0.03 0.12
HSL 307º 0.5% 0.76% -
HSV(B) 307º 0.27% 0.88% -
XYZ 57.16 47.98 72.58 -
YUV 188.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 225 165 218 0 0.27 0.03 0.12 307 0.5 0.76
Hex E1 A5 DA 0 1B 3 C 133 32 4C
Octal 341 245 332 0 33 3 14 463 62 114
Binary 11100001 10100101 11011010 0 11011 11 1100 100110011 110010 1001100

Color Harmonies of #E1A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5DA

Black with #E1A5DA

Text Example


Text Example

White with #E1A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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