Html Css Color HEX #E2A4FB Mauve

📋 copy color: '#E2A4FB'

red 226 ◦ green 164 ◦ blue 251

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

Shades of Mauve #E2A4FB

Tints of Mauve #E2A4FB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.59%

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 35.26%
G = 25.59%
B = 39.16%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2A4FB (or 0xE2A4FB) is known color: Mauve. HEX triplet: E2, A4 and FB. RGB value is (226,164,251). Sum of RGB (Red+Green+Blue) = 226+164+251=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A4FB is #1D5B04. Grayscale: #C0C0C0. Windows color (decimal): -1923845 or 16491746. OLE color: 16491746.

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

Color convert

RGB 226 164 251 -
CMYK 0.10 0.35 0 0.02
HSL 282.76º 0.92% 0.81% -
HSV(B) 282.76º 0.35% 0.98% -
XYZ 62.05 49.68 97.59 -
YUV 192.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 226 164 251 0.10 0.35 0 0.02 282.76 0.92 0.81
Hex E2 A4 FB A 23 0 2 11B 5C 51
Octal 342 244 373 12 43 0 2 433 134 121
Binary 11100010 10100100 11111011 1010 100011 0 10 100011011 1011100 1010001

Color Harmonies of #E2A4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A4FB

Black with #E2A4FB

Text Example


Text Example

White with #E2A4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A4FB; }

 p { color: rgb(226,164,251); }

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

background-color css

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

 a { background-color: rgb(226,164,251); }

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

border-color css

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

 span { border-color: rgb(226,164,251); }

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