Html Css Color HEX #E6A5FC Mauve

📋 copy color: '#E6A5FC'

red 230 ◦ green 165 ◦ blue 252

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

Shades of Mauve #E6A5FC

Tints of Mauve #E6A5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 35.55%
G = 25.5%
B = 38.95%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6A5FC (or 0xE6A5FC) is known color: Mauve. HEX triplet: E6, A5 and FC. RGB value is (230,165,252). Sum of RGB (Red+Green+Blue) = 230+165+252=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6A5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A5FC is #195A03. Grayscale: #C2C2C2. Windows color (decimal): -1661444 or 16557542. OLE color: 16557542.

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

Color convert

RGB 230 165 252 -
CMYK 0.09 0.35 0 0.01
HSL 284.83º 0.94% 0.82% -
HSV(B) 284.83º 0.35% 0.99% -
XYZ 63.66 50.76 98.54 -
YUV 194.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 230 165 252 0.09 0.35 0 0.01 284.83 0.94 0.82
Hex E6 A5 FC 9 23 0 1 11D 5E 52
Octal 346 245 374 11 43 0 1 435 136 122
Binary 11100110 10100101 11111100 1001 100011 0 1 100011101 1011110 1010010

Color Harmonies of #E6A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A5FC

Black with #E6A5FC

Text Example


Text Example

White with #E6A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A5FC; }

 p { color: rgb(230,165,252); }

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

background-color css

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

 a { background-color: rgb(230,165,252); }

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

border-color css

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

 span { border-color: rgb(230,165,252); }

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