Html Css Color HEX #E2A7FB Mauve

📋 copy color: '#E2A7FB'

red 226 ◦ green 167 ◦ blue 251

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

Shades of Mauve #E2A7FB

Tints of Mauve #E2A7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.93%

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

R = 35.09%
G = 25.93%
B = 38.98%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2A7FB (or 0xE2A7FB) is known color: Mauve. HEX triplet: E2, A7 and FB. RGB value is (226,167,251). Sum of RGB (Red+Green+Blue) = 226+167+251=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FB is #1D5804. Grayscale: #C1C1C1. Windows color (decimal): -1923077 or 16492514. OLE color: 16492514.

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

Color convert

RGB 226 167 251 -
CMYK 0.10 0.33 0 0.02
HSL 282.14º 0.91% 0.82% -
HSV(B) 282.14º 0.33% 0.98% -
XYZ 62.6 50.77 97.77 -
YUV 194.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 226 167 251 0.10 0.33 0 0.02 282.14 0.91 0.82
Hex E2 A7 FB A 21 0 2 11A 5B 52
Octal 342 247 373 12 41 0 2 432 133 122
Binary 11100010 10100111 11111011 1010 100001 0 10 100011010 1011011 1010010

Color Harmonies of #E2A7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A7FB

Black with #E2A7FB

Text Example


Text Example

White with #E2A7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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