Html Css Color HEX #E59EDD Plum

📋 copy color: '#E59EDD'

red 229 ◦ green 158 ◦ blue 221

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

Shades of Plum #E59EDD

Tints of Plum #E59EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 37.66%
G = 25.99%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E59EDD (or 0xE59EDD) is known color: Plum. HEX triplet: E5, 9E and DD. RGB value is (229,158,221). Sum of RGB (Red+Green+Blue) = 229+158+221=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDD is #1A6122. Grayscale: #BABABA. Windows color (decimal): -1728803 or 14524133. OLE color: 14524133.

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

Color convert

RGB 229 158 221 -
CMYK 0 0.31 0.03 0.10
HSL 306.76º 0.58% 0.76% -
HSV(B) 306.76º 0.31% 0.9% -
XYZ 57.59 46.33 74.31 -
YUV 186.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 229 158 221 0 0.31 0.03 0.10 306.76 0.58 0.76
Hex E5 9E DD 0 1F 3 A 133 3A 4C
Octal 345 236 335 0 37 3 12 463 72 114
Binary 11100101 10011110 11011101 0 11111 11 1010 100110011 111010 1001100

Color Harmonies of #E59EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59EDD

Black with #E59EDD

Text Example


Text Example

White with #E59EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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