Html Css Color HEX #E29FFF Mauve

📋 copy color: '#E29FFF'

red 226 ◦ green 159 ◦ blue 255

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

Shades of Mauve #E29FFF

Tints of Mauve #E29FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 35.31%
G = 24.84%
B = 39.84%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E29FFF (or 0xE29FFF) is known color: Mauve. HEX triplet: E2, 9F and FF. RGB value is (226,159,255). Sum of RGB (Red+Green+Blue) = 226+159+255=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFF is #1D6000. Grayscale: #BDBDBD. Windows color (decimal): -1925121 or 16752610. OLE color: 16752610.

HSL color Cylindrical-coordinate representation of color #E29FFF: hue angle of 281.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29FFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 159 255 -
CMYK 0.11 0.38 0 0
HSL 281.88º 1% 0.81% -
HSV(B) 281.88º 0.38% 1% -
XYZ 61.81 48.19 100.65 -
YUV 189.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 226 159 255 0.11 0.38 0 0 281.88 1 0.81
Hex E2 9F FF B 26 0 0 11A 64 51
Octal 342 237 377 13 46 0 0 432 144 121
Binary 11100010 10011111 11111111 1011 100110 0 0 100011010 1100100 1010001

Color Harmonies of #E29FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FFF

Black with #E29FFF

Text Example


Text Example

White with #E29FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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