Html Css Color HEX #E2A0FC Mauve

📋 copy color: '#E2A0FC'

red 226 ◦ green 160 ◦ blue 252

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

Shades of Mauve #E2A0FC

Tints of Mauve #E2A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.08%

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

R = 35.42%
G = 25.08%
B = 39.5%

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

#E2A0FC (or 0xE2A0FC) is known color: Mauve. HEX triplet: E2, A0 and FC. RGB value is (226,160,252). Sum of RGB (Red+Green+Blue) = 226+160+252=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A0FC is #1D5F03. Grayscale: #BDBDBD. Windows color (decimal): -1924868 or 16556258. OLE color: 16556258.

HSL color Cylindrical-coordinate representation of color #E2A0FC: hue angle of 283.04º 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 #E2A0FC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 160 252 -
CMYK 0.10 0.37 0 0.01
HSL 283.04º 0.94% 0.81% -
HSV(B) 283.04º 0.37% 0.99% -
XYZ 61.51 48.34 98.18 -
YUV 190.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 226 160 252 0.10 0.37 0 0.01 283.04 0.94 0.81
Hex E2 A0 FC A 25 0 1 11B 5E 51
Octal 342 240 374 12 45 0 1 433 136 121
Binary 11100010 10100000 11111100 1010 100101 0 1 100011011 1011110 1010001

Color Harmonies of #E2A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A0FC

Black with #E2A0FC

Text Example


Text Example

White with #E2A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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