Html Css Color HEX #E59BFA Mauve

📋 copy color: '#E59BFA'

red 229 ◦ green 155 ◦ blue 250

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

Shades of Mauve #E59BFA

Tints of Mauve #E59BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.45%

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

R = 36.12%
G = 24.45%
B = 39.43%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E59BFA (or 0xE59BFA) is known color: Mauve. HEX triplet: E5, 9B and FA. RGB value is (229,155,250). Sum of RGB (Red+Green+Blue) = 229+155+250=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #E59BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BFA is #1A6405. Grayscale: #BBBBBB. Windows color (decimal): -1729542 or 16423909. OLE color: 16423909.

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

Color convert

RGB 229 155 250 -
CMYK 0.08 0.38 0 0.02
HSL 286.74º 0.9% 0.79% -
HSV(B) 286.74º 0.38% 0.98% -
XYZ 61.29 47 96.28 -
YUV 187.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 229 155 250 0.08 0.38 0 0.02 286.74 0.9 0.79
Hex E5 9B FA 8 26 0 2 11F 5A 4F
Octal 345 233 372 10 46 0 2 437 132 117
Binary 11100101 10011011 11111010 1000 100110 0 10 100011111 1011010 1001111

Color Harmonies of #E59BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BFA

Black with #E59BFA

Text Example


Text Example

White with #E59BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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