Html Css Color HEX #E59DFA Mauve

📋 copy color: '#E59DFA'

red 229 ◦ green 157 ◦ blue 250

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

Shades of Mauve #E59DFA

Tints of Mauve #E59DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.69%

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 36.01%
G = 24.69%
B = 39.31%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E59DFA (or 0xE59DFA) is known color: Mauve. HEX triplet: E5, 9D and FA. RGB value is (229,157,250). Sum of RGB (Red+Green+Blue) = 229+157+250=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #E59DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DFA is #1A6205. Grayscale: #BCBCBC. Windows color (decimal): -1729030 or 16424421. OLE color: 16424421.

HSL color Cylindrical-coordinate representation of color #E59DFA: hue angle of 286.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E59DFA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 157 250 -
CMYK 0.08 0.37 0 0.02
HSL 286.45º 0.9% 0.8% -
HSV(B) 286.45º 0.37% 0.98% -
XYZ 61.63 47.67 96.4 -
YUV 189.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 229 157 250 0.08 0.37 0 0.02 286.45 0.9 0.8
Hex E5 9D FA 8 25 0 2 11E 5A 50
Octal 345 235 372 10 45 0 2 436 132 120
Binary 11100101 10011101 11111010 1000 100101 0 10 100011110 1011010 1010000

Color Harmonies of #E59DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59DFA

Black with #E59DFA

Text Example


Text Example

White with #E59DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59DFA; }

 p { color: rgb(229,157,250); }

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

background-color css

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

 a { background-color: rgb(229,157,250); }

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

border-color css

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

 span { border-color: rgb(229,157,250); }

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