Html Css Color HEX #E6A8FF Mauve

📋 copy color: '#E6A8FF'

red 230 ◦ green 168 ◦ blue 255

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

Shades of Mauve #E6A8FF

Tints of Mauve #E6A8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 35.22%
G = 25.73%
B = 39.05%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6A8FF (or 0xE6A8FF) is known color: Mauve. HEX triplet: E6, A8 and FF. RGB value is (230,168,255). Sum of RGB (Red+Green+Blue) = 230+168+255=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A8FF is #195700. Grayscale: #C4C4C4. Windows color (decimal): -1660673 or 16754918. OLE color: 16754918.

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

Color convert

RGB 230 168 255 -
CMYK 0.10 0.34 0 0
HSL 282.76º 1% 0.83% -
HSV(B) 282.76º 0.34% 1% -
XYZ 64.69 52.05 101.24 -
YUV 196.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 230 168 255 0.10 0.34 0 0 282.76 1 0.83
Hex E6 A8 FF A 22 0 0 11B 64 53
Octal 346 250 377 12 42 0 0 433 144 123
Binary 11100110 10101000 11111111 1010 100010 0 0 100011011 1100100 1010011

Color Harmonies of #E6A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A8FF

Black with #E6A8FF

Text Example


Text Example

White with #E6A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A8FF; }

 p { color: rgb(230,168,255); }

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

background-color css

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

 a { background-color: rgb(230,168,255); }

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

border-color css

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

 span { border-color: rgb(230,168,255); }

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