Html Css Color HEX #E2A2FB Mauve

📋 copy color: '#E2A2FB'

red 226 ◦ green 162 ◦ blue 251

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

Shades of Mauve #E2A2FB

Tints of Mauve #E2A2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

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

R = 35.37%
G = 25.35%
B = 39.28%

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

#E2A2FB (or 0xE2A2FB) is known color: Mauve. HEX triplet: E2, A2 and FB. RGB value is (226,162,251). Sum of RGB (Red+Green+Blue) = 226+162+251=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2FB is #1D5D04. Grayscale: #BEBEBE. Windows color (decimal): -1924357 or 16491234. OLE color: 16491234.

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

Color convert

RGB 226 162 251 -
CMYK 0.10 0.35 0 0.02
HSL 283.15º 0.92% 0.81% -
HSV(B) 283.15º 0.35% 0.98% -
XYZ 61.7 48.97 97.47 -
YUV 191.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 226 162 251 0.10 0.35 0 0.02 283.15 0.92 0.81
Hex E2 A2 FB A 23 0 2 11B 5C 51
Octal 342 242 373 12 43 0 2 433 134 121
Binary 11100010 10100010 11111011 1010 100011 0 10 100011011 1011100 1010001

Color Harmonies of #E2A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A2FB

Black with #E2A2FB

Text Example


Text Example

White with #E2A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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