Html Css Color HEX #E59FE0 Plum

📋 copy color: '#E59FE0'

red 229 ◦ green 159 ◦ blue 224

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

Shades of Plum #E59FE0

Tints of Plum #E59FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.6%

R = 37.42%
G = 25.98%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E59FE0 (or 0xE59FE0) is known color: Plum. HEX triplet: E5, 9F and E0. RGB value is (229,159,224). Sum of RGB (Red+Green+Blue) = 229+159+224=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FE0 is #1A601F. Grayscale: #BBBBBB. Windows color (decimal): -1728544 or 14720997. OLE color: 14720997.

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

Color convert

RGB 229 159 224 -
CMYK 0 0.31 0.02 0.10
HSL 304.29º 0.57% 0.76% -
HSV(B) 304.29º 0.31% 0.9% -
XYZ 58.17 46.84 76.5 -
YUV 187.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 229 159 224 0 0.31 0.02 0.10 304.29 0.57 0.76
Hex E5 9F E0 0 1F 2 A 130 39 4C
Octal 345 237 340 0 37 2 12 460 71 114
Binary 11100101 10011111 11100000 0 11111 10 1010 100110000 111001 1001100

Color Harmonies of #E59FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59FE0

Black with #E59FE0

Text Example


Text Example

White with #E59FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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