Html Css Color HEX #E29BFC Mauve

📋 copy color: '#E29BFC'

red 226 ◦ green 155 ◦ blue 252

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

Shades of Mauve #E29BFC

Tints of Mauve #E29BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 35.7%
G = 24.49%
B = 39.81%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E29BFC (or 0xE29BFC) is known color: Mauve. HEX triplet: E2, 9B and FC. RGB value is (226,155,252). Sum of RGB (Red+Green+Blue) = 226+155+252=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #E29BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFC is #1D6403. Grayscale: #BABABA. Windows color (decimal): -1926148 or 16554978. OLE color: 16554978.

HSL color Cylindrical-coordinate representation of color #E29BFC: hue angle of 283.92º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29BFC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 155 252 -
CMYK 0.10 0.38 0 0.01
HSL 283.92º 0.94% 0.8% -
HSV(B) 283.92º 0.38% 0.99% -
XYZ 60.66 46.64 97.9 -
YUV 187.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 226 155 252 0.10 0.38 0 0.01 283.92 0.94 0.8
Hex E2 9B FC A 26 0 1 11C 5E 50
Octal 342 233 374 12 46 0 1 434 136 120
Binary 11100010 10011011 11111100 1010 100110 0 1 100011100 1011110 1010000

Color Harmonies of #E29BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BFC

Black with #E29BFC

Text Example


Text Example

White with #E29BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BFC; }

 p { color: rgb(226,155,252); }

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

background-color css

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

 a { background-color: rgb(226,155,252); }

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

border-color css

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

 span { border-color: rgb(226,155,252); }

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