Html Css Color HEX #E29AFE Mauve

📋 copy color: '#E29AFE'

red 226 ◦ green 154 ◦ blue 254

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

Shades of Mauve #E29AFE

Tints of Mauve #E29AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.29%

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

R = 35.65%
G = 24.29%
B = 40.06%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E29AFE (or 0xE29AFE) is known color: Mauve. HEX triplet: E2, 9A and FE. RGB value is (226,154,254). Sum of RGB (Red+Green+Blue) = 226+154+254=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AFE is #1D6501. Grayscale: #BABABA. Windows color (decimal): -1926402 or 16685794. OLE color: 16685794.

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

Color convert

RGB 226 154 254 -
CMYK 0.11 0.39 0 0.00
HSL 283.2º 0.98% 0.8% -
HSV(B) 283.2º 0.39% 1% -
XYZ 60.81 46.44 99.52 -
YUV 186.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 226 154 254 0.11 0.39 0 0.00 283.2 0.98 0.8
Hex E2 9A FE B 27 0 0 11B 62 50
Octal 342 232 376 13 47 0 0 433 142 120
Binary 11100010 10011010 11111110 1011 100111 0 0 100011011 1100010 1010000

Color Harmonies of #E29AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29AFE

Black with #E29AFE

Text Example


Text Example

White with #E29AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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