Html Css Color HEX #E2A8FD Mauve

📋 copy color: '#E2A8FD'

red 226 ◦ green 168 ◦ blue 253

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

Shades of Mauve #E2A8FD

Tints of Mauve #E2A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.97%

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

R = 34.93%
G = 25.97%
B = 39.1%

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

#E2A8FD (or 0xE2A8FD) is known color: Mauve. HEX triplet: E2, A8 and FD. RGB value is (226,168,253). Sum of RGB (Red+Green+Blue) = 226+168+253=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8FD is #1D5702. Grayscale: #C2C2C2. Windows color (decimal): -1922819 or 16623842. OLE color: 16623842.

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

Color convert

RGB 226 168 253 -
CMYK 0.11 0.34 0 0.01
HSL 280.94º 0.96% 0.83% -
HSV(B) 280.94º 0.34% 0.99% -
XYZ 63.1 51.27 99.5 -
YUV 195.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 226 168 253 0.11 0.34 0 0.01 280.94 0.96 0.83
Hex E2 A8 FD B 22 0 1 119 60 53
Octal 342 250 375 13 42 0 1 431 140 123
Binary 11100010 10101000 11111101 1011 100010 0 1 100011001 1100000 1010011

Color Harmonies of #E2A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A8FD

Black with #E2A8FD

Text Example


Text Example

White with #E2A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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