Html Css Color HEX #E59DEC Plum

📋 copy color: '#E59DEC'

red 229 ◦ green 157 ◦ blue 236

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

Shades of Plum #E59DEC

Tints of Plum #E59DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 36.82%
G = 25.24%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E59DEC (or 0xE59DEC) is known color: Plum. HEX triplet: E5, 9D and EC. RGB value is (229,157,236). Sum of RGB (Red+Green+Blue) = 229+157+236=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #E59DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DEC is #1A6213. Grayscale: #BBBBBB. Windows color (decimal): -1729044 or 15506917. OLE color: 15506917.

HSL color Cylindrical-coordinate representation of color #E59DEC: hue angle of 294.68º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59DEC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 157 236 -
CMYK 0.03 0.33 0 0.07
HSL 294.68º 0.68% 0.77% -
HSV(B) 294.68º 0.33% 0.93% -
XYZ 59.51 46.83 85.26 -
YUV 187.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 229 157 236 0.03 0.33 0 0.07 294.68 0.68 0.77
Hex E5 9D EC 3 21 0 7 127 44 4D
Octal 345 235 354 3 41 0 7 447 104 115
Binary 11100101 10011101 11101100 11 100001 0 111 100100111 1000100 1001101

Color Harmonies of #E59DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59DEC

Black with #E59DEC

Text Example


Text Example

White with #E59DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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