Html Css Color HEX #E59AD7 Plum

📋 copy color: '#E59AD7'

red 229 ◦ green 154 ◦ blue 215

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

Shades of Plum #E59AD7

Tints of Plum #E59AD7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.75%

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 38.29%
G = 25.75%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E59AD7 (or 0xE59AD7) is known color: Plum. HEX triplet: E5, 9A and D7. RGB value is (229,154,215). Sum of RGB (Red+Green+Blue) = 229+154+215=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD7 is #1A6528. Grayscale: #B7B7B7. Windows color (decimal): -1729833 or 14129893. OLE color: 14129893.

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

Color convert

RGB 229 154 215 -
CMYK 0 0.33 0.06 0.10
HSL 311.2º 0.59% 0.75% -
HSV(B) 311.2º 0.33% 0.9% -
XYZ 56.13 44.68 69.95 -
YUV 183.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 229 154 215 0 0.33 0.06 0.10 311.2 0.59 0.75
Hex E5 9A D7 0 21 6 A 137 3B 4B
Octal 345 232 327 0 41 6 12 467 73 113
Binary 11100101 10011010 11010111 0 100001 110 1010 100110111 111011 1001011

Color Harmonies of #E59AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59AD7

Black with #E59AD7

Text Example


Text Example

White with #E59AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59AD7; }

 p { color: rgb(229,154,215); }

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

background-color css

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

 a { background-color: rgb(229,154,215); }

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

border-color css

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

 span { border-color: rgb(229,154,215); }

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