Html Css Color HEX #E1A4DB Plum

📋 copy color: '#E1A4DB'

red 225 ◦ green 164 ◦ blue 219

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

Shades of Plum #E1A4DB

Tints of Plum #E1A4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.97%

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 37.01%
G = 26.97%
B = 36.02%

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

#E1A4DB (or 0xE1A4DB) is known color: Plum. HEX triplet: E1, A4 and DB. RGB value is (225,164,219). Sum of RGB (Red+Green+Blue) = 225+164+219=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4DB is #1E5B24. Grayscale: #BCBCBC. Windows color (decimal): -1989413 or 14394593. OLE color: 14394593.

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

Color convert

RGB 225 164 219 -
CMYK 0 0.27 0.03 0.12
HSL 305.9º 0.5% 0.76% -
HSV(B) 305.9º 0.27% 0.88% -
XYZ 57.11 47.67 73.21 -
YUV 188.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 225 164 219 0 0.27 0.03 0.12 305.9 0.5 0.76
Hex E1 A4 DB 0 1B 3 C 132 32 4C
Octal 341 244 333 0 33 3 14 462 62 114
Binary 11100001 10100100 11011011 0 11011 11 1100 100110010 110010 1001100

Color Harmonies of #E1A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A4DB

Black with #E1A4DB

Text Example


Text Example

White with #E1A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A4DB; }

 p { color: rgb(225,164,219); }

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

background-color css

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

 a { background-color: rgb(225,164,219); }

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

border-color css

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

 span { border-color: rgb(225,164,219); }

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