Html Css Color HEX #E59AD5 Plum

📋 copy color: '#E59AD5'

red 229 ◦ green 154 ◦ blue 213

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

Shades of Plum #E59AD5

Tints of Plum #E59AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 38.42%
G = 25.84%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E59AD5 (or 0xE59AD5) is known color: Plum. HEX triplet: E5, 9A and D5. RGB value is (229,154,213). Sum of RGB (Red+Green+Blue) = 229+154+213=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD5 is #1A652A. Grayscale: #B6B6B6. Windows color (decimal): -1729835 or 13998821. OLE color: 13998821.

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

Color convert

RGB 229 154 213 -
CMYK 0 0.33 0.07 0.10
HSL 312.8º 0.59% 0.75% -
HSV(B) 312.8º 0.33% 0.9% -
XYZ 55.88 44.57 68.61 -
YUV 183.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 229 154 213 0 0.33 0.07 0.10 312.8 0.59 0.75
Hex E5 9A D5 0 21 7 A 139 3B 4B
Octal 345 232 325 0 41 7 12 471 73 113
Binary 11100101 10011010 11010101 0 100001 111 1010 100111001 111011 1001011

Color Harmonies of #E59AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59AD5

Black with #E59AD5

Text Example


Text Example

White with #E59AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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