Html Css Color HEX #E59AF5 Plum

📋 copy color: '#E59AF5'

red 229 ◦ green 154 ◦ blue 245

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

Shades of Plum #E59AF5

Tints of Plum #E59AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 36.46%
G = 24.52%
B = 39.01%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E59AF5 (or 0xE59AF5) is known color: Plum. HEX triplet: E5, 9A and F5. RGB value is (229,154,245). Sum of RGB (Red+Green+Blue) = 229+154+245=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #E59AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AF5 is #1A650A. Grayscale: #BABABA. Windows color (decimal): -1729803 or 16095973. OLE color: 16095973.

HSL color Cylindrical-coordinate representation of color #E59AF5: hue angle of 289.45º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E59AF5 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 154 245 -
CMYK 0.07 0.37 0 0.04
HSL 289.45º 0.82% 0.78% -
HSV(B) 289.45º 0.37% 0.96% -
XYZ 60.35 46.36 92.15 -
YUV 186.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 229 154 245 0.07 0.37 0 0.04 289.45 0.82 0.78
Hex E5 9A F5 7 25 0 4 121 52 4E
Octal 345 232 365 7 45 0 4 441 122 116
Binary 11100101 10011010 11110101 111 100101 0 100 100100001 1010010 1001110

Color Harmonies of #E59AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59AF5

Black with #E59AF5

Text Example


Text Example

White with #E59AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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