Html Css Color HEX #E6ADF1 Mauve

📋 copy color: '#E6ADF1'

red 230 ◦ green 173 ◦ blue 241

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

Shades of Mauve #E6ADF1

Tints of Mauve #E6ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 35.71%
G = 26.86%
B = 37.42%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6ADF1 (or 0xE6ADF1) is known color: Mauve. HEX triplet: E6, AD and F1. RGB value is (230,173,241). Sum of RGB (Red+Green+Blue) = 230+173+241=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADF1 is #19520E. Grayscale: #C5C5C5. Windows color (decimal): -1659407 or 15838694. OLE color: 15838694.

HSL color Cylindrical-coordinate representation of color #E6ADF1: hue angle of 290.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ADF1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 173 241 -
CMYK 0.05 0.28 0 0.05
HSL 290.29º 0.71% 0.81% -
HSV(B) 290.29º 0.28% 0.95% -
XYZ 63.45 53.06 90.12 -
YUV 197.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 230 173 241 0.05 0.28 0 0.05 290.29 0.71 0.81
Hex E6 AD F1 5 1C 0 5 122 47 51
Octal 346 255 361 5 34 0 5 442 107 121
Binary 11100110 10101101 11110001 101 11100 0 101 100100010 1000111 1010001

Color Harmonies of #E6ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADF1

Black with #E6ADF1

Text Example


Text Example

White with #E6ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADF1; }

 p { color: rgb(230,173,241); }

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

background-color css

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

 a { background-color: rgb(230,173,241); }

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

border-color css

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

 span { border-color: rgb(230,173,241); }

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