Html Css Color HEX #E29FFA Mauve

📋 copy color: '#E29FFA'

red 226 ◦ green 159 ◦ blue 250

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

Shades of Mauve #E29FFA

Tints of Mauve #E29FFA

RGB

 RED value IS 226 (88.67% from 255) = 35.59%

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

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

R = 35.59%
G = 25.04%
B = 39.37%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E29FFA (or 0xE29FFA) is known color: Mauve. HEX triplet: E2, 9F and FA. RGB value is (226,159,250). Sum of RGB (Red+Green+Blue) = 226+159+250=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFA is #1D6005. Grayscale: #BDBDBD. Windows color (decimal): -1925126 or 16424930. OLE color: 16424930.

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

Color convert

RGB 226 159 250 -
CMYK 0.10 0.36 0 0.02
HSL 284.18º 0.9% 0.8% -
HSV(B) 284.18º 0.36% 0.98% -
XYZ 61.02 47.87 96.47 -
YUV 189.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 226 159 250 0.10 0.36 0 0.02 284.18 0.9 0.8
Hex E2 9F FA A 24 0 2 11C 5A 50
Octal 342 237 372 12 44 0 2 434 132 120
Binary 11100010 10011111 11111010 1010 100100 0 10 100011100 1011010 1010000

Color Harmonies of #E29FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FFA

Black with #E29FFA

Text Example


Text Example

White with #E29FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FFA; }

 p { color: rgb(226,159,250); }

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

background-color css

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

 a { background-color: rgb(226,159,250); }

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

border-color css

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

 span { border-color: rgb(226,159,250); }

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