Html Css Color HEX #E59BDC Plum

📋 copy color: '#E59BDC'

red 229 ◦ green 155 ◦ blue 220

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

Shades of Plum #E59BDC

Tints of Plum #E59BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 37.91%
G = 25.66%
B = 36.42%

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

#E59BDC (or 0xE59BDC) is known color: Plum. HEX triplet: E5, 9B and DC. RGB value is (229,155,220). Sum of RGB (Red+Green+Blue) = 229+155+220=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDC is #1A6423. Grayscale: #B8B8B8. Windows color (decimal): -1729572 or 14457829. OLE color: 14457829.

HSL color Cylindrical-coordinate representation of color #E59BDC: hue angle of 307.3º 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 #E59BDC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 220 -
CMYK 0 0.32 0.04 0.10
HSL 307.3º 0.59% 0.75% -
HSV(B) 307.3º 0.32% 0.9% -
XYZ 56.95 45.27 73.45 -
YUV 184.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 229 155 220 0 0.32 0.04 0.10 307.3 0.59 0.75
Hex E5 9B DC 0 20 4 A 133 3B 4B
Octal 345 233 334 0 40 4 12 463 73 113
Binary 11100101 10011011 11011100 0 100000 100 1010 100110011 111011 1001011

Color Harmonies of #E59BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BDC

Black with #E59BDC

Text Example


Text Example

White with #E59BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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