Html Css Color HEX #E59EDA Plum

📋 copy color: '#E59EDA'

red 229 ◦ green 158 ◦ blue 218

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

Shades of Plum #E59EDA

Tints of Plum #E59EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.12%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 37.85%
G = 26.12%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E59EDA (or 0xE59EDA) is known color: Plum. HEX triplet: E5, 9E and DA. RGB value is (229,158,218). Sum of RGB (Red+Green+Blue) = 229+158+218=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDA is #1A6125. Grayscale: #B9B9B9. Windows color (decimal): -1728806 or 14327525. OLE color: 14327525.

HSL color Cylindrical-coordinate representation of color #E59EDA: hue angle of 309.3º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59EDA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 158 218 -
CMYK 0 0.31 0.05 0.10
HSL 309.3º 0.58% 0.76% -
HSV(B) 309.3º 0.31% 0.9% -
XYZ 57.19 46.17 72.23 -
YUV 186.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 229 158 218 0 0.31 0.05 0.10 309.3 0.58 0.76
Hex E5 9E DA 0 1F 5 A 135 3A 4C
Octal 345 236 332 0 37 5 12 465 72 114
Binary 11100101 10011110 11011010 0 11111 101 1010 100110101 111010 1001100

Color Harmonies of #E59EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59EDA

Black with #E59EDA

Text Example


Text Example

White with #E59EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59EDA; }

 p { color: rgb(229,158,218); }

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

background-color css

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

 a { background-color: rgb(229,158,218); }

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

border-color css

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

 span { border-color: rgb(229,158,218); }

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