Html Css Color HEX #E6A2FB Mauve

📋 copy color: '#E6A2FB'

red 230 ◦ green 162 ◦ blue 251

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

Shades of Mauve #E6A2FB

Tints of Mauve #E6A2FB

RGB

 RED value IS 230 (90.23% from 255) = 35.77%

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

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

R = 35.77%
G = 25.19%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6A2FB (or 0xE6A2FB) is known color: Mauve. HEX triplet: E6, A2 and FB. RGB value is (230,162,251). Sum of RGB (Red+Green+Blue) = 230+162+251=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6A2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A2FB is #195D04. Grayscale: #C0C0C0. Windows color (decimal): -1662213 or 16491238. OLE color: 16491238.

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

Color convert

RGB 230 162 251 -
CMYK 0.08 0.35 0 0.02
HSL 285.84º 0.92% 0.81% -
HSV(B) 285.84º 0.35% 0.98% -
XYZ 62.97 49.63 97.53 -
YUV 192.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 230 162 251 0.08 0.35 0 0.02 285.84 0.92 0.81
Hex E6 A2 FB 8 23 0 2 11E 5C 51
Octal 346 242 373 10 43 0 2 436 134 121
Binary 11100110 10100010 11111011 1000 100011 0 10 100011110 1011100 1010001

Color Harmonies of #E6A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A2FB

Black with #E6A2FB

Text Example


Text Example

White with #E6A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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