Html Css Color HEX #E29FFE Mauve

📋 copy color: '#E29FFE'

red 226 ◦ green 159 ◦ blue 254

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

Shades of Mauve #E29FFE

Tints of Mauve #E29FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 35.37%
G = 24.88%
B = 39.75%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E29FFE (or 0xE29FFE) is known color: Mauve. HEX triplet: E2, 9F and FE. RGB value is (226,159,254). Sum of RGB (Red+Green+Blue) = 226+159+254=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFE is #1D6001. Grayscale: #BDBDBD. Windows color (decimal): -1925122 or 16687074. OLE color: 16687074.

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

Color convert

RGB 226 159 254 -
CMYK 0.11 0.37 0 0.00
HSL 282.32º 0.98% 0.81% -
HSV(B) 282.32º 0.37% 1% -
XYZ 61.65 48.12 99.8 -
YUV 189.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 226 159 254 0.11 0.37 0 0.00 282.32 0.98 0.81
Hex E2 9F FE B 25 0 0 11A 62 51
Octal 342 237 376 13 45 0 0 432 142 121
Binary 11100010 10011111 11111110 1011 100101 0 0 100011010 1100010 1010001

Color Harmonies of #E29FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FFE

Black with #E29FFE

Text Example


Text Example

White with #E29FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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