Html Css Color HEX #E5A3DB Plum

📋 copy color: '#E5A3DB'

red 229 ◦ green 163 ◦ blue 219

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

Shades of Plum #E5A3DB

Tints of Plum #E5A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.68%

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

R = 37.48%
G = 26.68%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5A3DB (or 0xE5A3DB) is known color: Plum. HEX triplet: E5, A3 and DB. RGB value is (229,163,219). Sum of RGB (Red+Green+Blue) = 229+163+219=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3DB is #1A5C24. Grayscale: #BCBCBC. Windows color (decimal): -1727525 or 14394341. OLE color: 14394341.

HSL color Cylindrical-coordinate representation of color #E5A3DB: hue angle of 309.09º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3DB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 219 -
CMYK 0 0.29 0.04 0.10
HSL 309.09º 0.56% 0.77% -
HSV(B) 309.09º 0.29% 0.9% -
XYZ 58.2 47.97 73.21 -
YUV 189.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 229 163 219 0 0.29 0.04 0.10 309.09 0.56 0.77
Hex E5 A3 DB 0 1D 4 A 135 38 4D
Octal 345 243 333 0 35 4 12 465 70 115
Binary 11100101 10100011 11011011 0 11101 100 1010 100110101 111000 1001101

Color Harmonies of #E5A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A3DB

Black with #E5A3DB

Text Example


Text Example

White with #E5A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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