Html Css Color HEX #E5A1DB Plum

📋 copy color: '#E5A1DB'

red 229 ◦ green 161 ◦ blue 219

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

Shades of Plum #E5A1DB

Tints of Plum #E5A1DB

RGB

 RED value IS 229 (89.84% from 255) = 37.6%

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

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

R = 37.6%
G = 26.44%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5A1DB (or 0xE5A1DB) is known color: Plum. HEX triplet: E5, A1 and DB. RGB value is (229,161,219). Sum of RGB (Red+Green+Blue) = 229+161+219=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DB is #1A5E24. Grayscale: #BBBBBB. Windows color (decimal): -1728037 or 14393829. OLE color: 14393829.

HSL color Cylindrical-coordinate representation of color #E5A1DB: hue angle of 308.82º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1DB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 219 -
CMYK 0 0.30 0.04 0.10
HSL 308.82º 0.57% 0.76% -
HSV(B) 308.82º 0.3% 0.9% -
XYZ 57.84 47.26 73.09 -
YUV 187.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 229 161 219 0 0.30 0.04 0.10 308.82 0.57 0.76
Hex E5 A1 DB 0 1E 4 A 135 39 4C
Octal 345 241 333 0 36 4 12 465 71 114
Binary 11100101 10100001 11011011 0 11110 100 1010 100110101 111001 1001100

Color Harmonies of #E5A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1DB

Black with #E5A1DB

Text Example


Text Example

White with #E5A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1DB; }

 p { color: rgb(229,161,219); }

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

background-color css

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

 a { background-color: rgb(229,161,219); }

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

border-color css

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

 span { border-color: rgb(229,161,219); }

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