Html Css Color HEX #E59CD6 Plum

📋 copy color: '#E59CD6'

red 229 ◦ green 156 ◦ blue 214

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

Shades of Plum #E59CD6

Tints of Plum #E59CD6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 38.23%
G = 26.04%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E59CD6 (or 0xE59CD6) is known color: Plum. HEX triplet: E5, 9C and D6. RGB value is (229,156,214). Sum of RGB (Red+Green+Blue) = 229+156+214=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CD6 is #1A6329. Grayscale: #B8B8B8. Windows color (decimal): -1729322 or 14064869. OLE color: 14064869.

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

Color convert

RGB 229 156 214 -
CMYK 0 0.32 0.07 0.10
HSL 312.33º 0.58% 0.75% -
HSV(B) 312.33º 0.32% 0.9% -
XYZ 56.34 45.29 69.39 -
YUV 184.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 229 156 214 0 0.32 0.07 0.10 312.33 0.58 0.75
Hex E5 9C D6 0 20 7 A 138 3A 4B
Octal 345 234 326 0 40 7 12 470 72 113
Binary 11100101 10011100 11010110 0 100000 111 1010 100111000 111010 1001011

Color Harmonies of #E59CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59CD6

Black with #E59CD6

Text Example


Text Example

White with #E59CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59CD6; }

 p { color: rgb(229,156,214); }

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

background-color css

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

 a { background-color: rgb(229,156,214); }

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

border-color css

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

 span { border-color: rgb(229,156,214); }

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