Html Css Color HEX #E2A5FB Mauve

📋 copy color: '#E2A5FB'

red 226 ◦ green 165 ◦ blue 251

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

Shades of Mauve #E2A5FB

Tints of Mauve #E2A5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.7%

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

R = 35.2%
G = 25.7%
B = 39.1%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2A5FB (or 0xE2A5FB) is known color: Mauve. HEX triplet: E2, A5 and FB. RGB value is (226,165,251). Sum of RGB (Red+Green+Blue) = 226+165+251=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5FB is #1D5A04. Grayscale: #C0C0C0. Windows color (decimal): -1923589 or 16492002. OLE color: 16492002.

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

Color convert

RGB 226 165 251 -
CMYK 0.10 0.34 0 0.02
HSL 282.56º 0.91% 0.82% -
HSV(B) 282.56º 0.34% 0.98% -
XYZ 62.23 50.04 97.65 -
YUV 193.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 226 165 251 0.10 0.34 0 0.02 282.56 0.91 0.82
Hex E2 A5 FB A 22 0 2 11B 5B 52
Octal 342 245 373 12 42 0 2 433 133 122
Binary 11100010 10100101 11111011 1010 100010 0 10 100011011 1011011 1010010

Color Harmonies of #E2A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A5FB

Black with #E2A5FB

Text Example


Text Example

White with #E2A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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