Html Css Color HEX #E29BFF Mauve

📋 copy color: '#E29BFF'

red 226 ◦ green 155 ◦ blue 255

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

Shades of Mauve #E29BFF

Tints of Mauve #E29BFF

RGB

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

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

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

R = 35.53%
G = 24.37%
B = 40.09%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E29BFF (or 0xE29BFF) is known color: Mauve. HEX triplet: E2, 9B and FF. RGB value is (226,155,255). Sum of RGB (Red+Green+Blue) = 226+155+255=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFF is #1D6400. Grayscale: #BBBBBB. Windows color (decimal): -1926145 or 16751586. OLE color: 16751586.

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

Color convert

RGB 226 155 255 -
CMYK 0.11 0.39 0 0
HSL 282.6º 1% 0.8% -
HSV(B) 282.6º 0.39% 1% -
XYZ 61.14 46.83 100.42 -
YUV 187.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 226 155 255 0.11 0.39 0 0 282.6 1 0.8
Hex E2 9B FF B 27 0 0 11B 64 50
Octal 342 233 377 13 47 0 0 433 144 120
Binary 11100010 10011011 11111111 1011 100111 0 0 100011011 1100100 1010000

Color Harmonies of #E29BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BFF

Black with #E29BFF

Text Example


Text Example

White with #E29BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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