Html Css Color HEX #E2A7FD Mauve

📋 copy color: '#E2A7FD'

red 226 ◦ green 167 ◦ blue 253

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

Shades of Mauve #E2A7FD

Tints of Mauve #E2A7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.16%

R = 34.98%
G = 25.85%
B = 39.16%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2A7FD (or 0xE2A7FD) is known color: Mauve. HEX triplet: E2, A7 and FD. RGB value is (226,167,253). Sum of RGB (Red+Green+Blue) = 226+167+253=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FD is #1D5802. Grayscale: #C2C2C2. Windows color (decimal): -1923075 or 16623586. OLE color: 16623586.

HSL color Cylindrical-coordinate representation of color #E2A7FD: hue angle of 281.16º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A7FD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 167 253 -
CMYK 0.11 0.34 0 0.01
HSL 281.16º 0.96% 0.82% -
HSV(B) 281.16º 0.34% 0.99% -
XYZ 62.91 50.9 99.44 -
YUV 194.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 226 167 253 0.11 0.34 0 0.01 281.16 0.96 0.82
Hex E2 A7 FD B 22 0 1 119 60 52
Octal 342 247 375 13 42 0 1 431 140 122
Binary 11100010 10100111 11111101 1011 100010 0 1 100011001 1100000 1010010

Color Harmonies of #E2A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A7FD

Black with #E2A7FD

Text Example


Text Example

White with #E2A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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