Html Css Color HEX #E29CFA Mauve

📋 copy color: '#E29CFA'

red 226 ◦ green 156 ◦ blue 250

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

Shades of Mauve #E29CFA

Tints of Mauve #E29CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.68%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 35.76%
G = 24.68%
B = 39.56%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E29CFA (or 0xE29CFA) is known color: Mauve. HEX triplet: E2, 9C and FA. RGB value is (226,156,250). Sum of RGB (Red+Green+Blue) = 226+156+250=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CFA is #1D6305. Grayscale: #BBBBBB. Windows color (decimal): -1925894 or 16424162. OLE color: 16424162.

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

Color convert

RGB 226 156 250 -
CMYK 0.10 0.38 0 0.02
HSL 284.68º 0.9% 0.8% -
HSV(B) 284.68º 0.38% 0.98% -
XYZ 60.51 46.85 96.3 -
YUV 187.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 226 156 250 0.10 0.38 0 0.02 284.68 0.9 0.8
Hex E2 9C FA A 26 0 2 11D 5A 50
Octal 342 234 372 12 46 0 2 435 132 120
Binary 11100010 10011100 11111010 1010 100110 0 10 100011101 1011010 1010000

Color Harmonies of #E29CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29CFA

Black with #E29CFA

Text Example


Text Example

White with #E29CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29CFA; }

 p { color: rgb(226,156,250); }

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

background-color css

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

 a { background-color: rgb(226,156,250); }

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

border-color css

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

 span { border-color: rgb(226,156,250); }

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