Html Css Color HEX #E59FEC Plum

📋 copy color: '#E59FEC'

red 229 ◦ green 159 ◦ blue 236

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

Shades of Plum #E59FEC

Tints of Plum #E59FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.48%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 36.7%
G = 25.48%
B = 37.82%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E59FEC (or 0xE59FEC) is known color: Plum. HEX triplet: E5, 9F and EC. RGB value is (229,159,236). Sum of RGB (Red+Green+Blue) = 229+159+236=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #E59FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FEC is #1A6013. Grayscale: #BCBCBC. Windows color (decimal): -1728532 or 15507429. OLE color: 15507429.

HSL color Cylindrical-coordinate representation of color #E59FEC: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59FEC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 159 236 -
CMYK 0.03 0.33 0 0.07
HSL 294.55º 0.67% 0.77% -
HSV(B) 294.55º 0.33% 0.93% -
XYZ 59.85 47.51 85.37 -
YUV 188.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 229 159 236 0.03 0.33 0 0.07 294.55 0.67 0.77
Hex E5 9F EC 3 21 0 7 127 43 4D
Octal 345 237 354 3 41 0 7 447 103 115
Binary 11100101 10011111 11101100 11 100001 0 111 100100111 1000011 1001101

Color Harmonies of #E59FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59FEC

Black with #E59FEC

Text Example


Text Example

White with #E59FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59FEC; }

 p { color: rgb(229,159,236); }

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

background-color css

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

 a { background-color: rgb(229,159,236); }

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

border-color css

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

 span { border-color: rgb(229,159,236); }

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