Html Css Color HEX #E59BDB Plum

📋 copy color: '#E59BDB'

red 229 ◦ green 155 ◦ blue 219

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

Shades of Plum #E59BDB

Tints of Plum #E59BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.7%

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

R = 37.98%
G = 25.7%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E59BDB (or 0xE59BDB) is known color: Plum. HEX triplet: E5, 9B and DB. RGB value is (229,155,219). Sum of RGB (Red+Green+Blue) = 229+155+219=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDB is #1A6424. Grayscale: #B8B8B8. Windows color (decimal): -1729573 or 14392293. OLE color: 14392293.

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

Color convert

RGB 229 155 219 -
CMYK 0 0.32 0.04 0.10
HSL 308.11º 0.59% 0.75% -
HSV(B) 308.11º 0.32% 0.9% -
XYZ 56.82 45.22 72.75 -
YUV 184.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 229 155 219 0 0.32 0.04 0.10 308.11 0.59 0.75
Hex E5 9B DB 0 20 4 A 134 3B 4B
Octal 345 233 333 0 40 4 12 464 73 113
Binary 11100101 10011011 11011011 0 100000 100 1010 100110100 111011 1001011

Color Harmonies of #E59BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BDB

Black with #E59BDB

Text Example


Text Example

White with #E59BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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