Html Css Color HEX #E6A8FD Mauve

📋 copy color: '#E6A8FD'

red 230 ◦ green 168 ◦ blue 253

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

Shades of Mauve #E6A8FD

Tints of Mauve #E6A8FD

RGB

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

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

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

R = 35.33%
G = 25.81%
B = 38.86%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6A8FD (or 0xE6A8FD) is known color: Mauve. HEX triplet: E6, A8 and FD. RGB value is (230,168,253). Sum of RGB (Red+Green+Blue) = 230+168+253=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A8FD is #195702. Grayscale: #C3C3C3. Windows color (decimal): -1660675 or 16623846. OLE color: 16623846.

HSL color Cylindrical-coordinate representation of color #E6A8FD: hue angle of 283.76º 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 #E6A8FD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 168 253 -
CMYK 0.09 0.34 0 0.01
HSL 283.76º 0.96% 0.83% -
HSV(B) 283.76º 0.34% 0.99% -
XYZ 64.37 51.92 99.56 -
YUV 196.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 230 168 253 0.09 0.34 0 0.01 283.76 0.96 0.83
Hex E6 A8 FD 9 22 0 1 11C 60 53
Octal 346 250 375 11 42 0 1 434 140 123
Binary 11100110 10101000 11111101 1001 100010 0 1 100011100 1100000 1010011

Color Harmonies of #E6A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A8FD

Black with #E6A8FD

Text Example


Text Example

White with #E6A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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