Html Css Color HEX #E29FFC Mauve

📋 copy color: '#E29FFC'

red 226 ◦ green 159 ◦ blue 252

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

Shades of Mauve #E29FFC

Tints of Mauve #E29FFC

RGB

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

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

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

R = 35.48%
G = 24.96%
B = 39.56%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E29FFC (or 0xE29FFC) is known color: Mauve. HEX triplet: E2, 9F and FC. RGB value is (226,159,252). Sum of RGB (Red+Green+Blue) = 226+159+252=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #E29FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFC is #1D6003. Grayscale: #BDBDBD. Windows color (decimal): -1925124 or 16556002. OLE color: 16556002.

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

Color convert

RGB 226 159 252 -
CMYK 0.10 0.37 0 0.01
HSL 283.23º 0.94% 0.81% -
HSV(B) 283.23º 0.37% 0.99% -
XYZ 61.33 47.99 98.13 -
YUV 189.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 226 159 252 0.10 0.37 0 0.01 283.23 0.94 0.81
Hex E2 9F FC A 25 0 1 11B 5E 51
Octal 342 237 374 12 45 0 1 433 136 121
Binary 11100010 10011111 11111100 1010 100101 0 1 100011011 1011110 1010001

Color Harmonies of #E29FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FFC

Black with #E29FFC

Text Example


Text Example

White with #E29FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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