Html Css Color HEX #E59DDB Plum

📋 copy color: '#E59DDB'

red 229 ◦ green 157 ◦ blue 219

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

Shades of Plum #E59DDB

Tints of Plum #E59DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.95%

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

R = 37.85%
G = 25.95%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E59DDB (or 0xE59DDB) is known color: Plum. HEX triplet: E5, 9D and DB. RGB value is (229,157,219). Sum of RGB (Red+Green+Blue) = 229+157+219=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DDB is #1A6224. Grayscale: #B9B9B9. Windows color (decimal): -1729061 or 14392805. OLE color: 14392805.

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

Color convert

RGB 229 157 219 -
CMYK 0 0.31 0.04 0.10
HSL 308.33º 0.58% 0.76% -
HSV(B) 308.33º 0.31% 0.9% -
XYZ 57.16 45.89 72.86 -
YUV 185.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 229 157 219 0 0.31 0.04 0.10 308.33 0.58 0.76
Hex E5 9D DB 0 1F 4 A 134 3A 4C
Octal 345 235 333 0 37 4 12 464 72 114
Binary 11100101 10011101 11011011 0 11111 100 1010 100110100 111010 1001100

Color Harmonies of #E59DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59DDB

Black with #E59DDB

Text Example


Text Example

White with #E59DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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