Html Css Color HEX #E6AFF0 Mauve

📋 copy color: '#E6AFF0'

red 230 ◦ green 175 ◦ blue 240

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

Shades of Mauve #E6AFF0

Tints of Mauve #E6AFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.13%

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 35.66%
G = 27.13%
B = 37.21%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6AFF0 (or 0xE6AFF0) is known color: Mauve. HEX triplet: E6, AF and F0. RGB value is (230,175,240). Sum of RGB (Red+Green+Blue) = 230+175+240=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFF0 is #19500F. Grayscale: #C6C6C6. Windows color (decimal): -1658896 or 15773670. OLE color: 15773670.

HSL color Cylindrical-coordinate representation of color #E6AFF0: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6AFF0 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 175 240 -
CMYK 0.04 0.27 0 0.06
HSL 290.77º 0.68% 0.81% -
HSV(B) 290.77º 0.27% 0.94% -
XYZ 63.69 53.77 89.46 -
YUV 198.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 230 175 240 0.04 0.27 0 0.06 290.77 0.68 0.81
Hex E6 AF F0 4 1B 0 6 123 44 51
Octal 346 257 360 4 33 0 6 443 104 121
Binary 11100110 10101111 11110000 100 11011 0 110 100100011 1000100 1010001

Color Harmonies of #E6AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFF0

Black with #E6AFF0

Text Example


Text Example

White with #E6AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFF0; }

 p { color: rgb(230,175,240); }

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

background-color css

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

 a { background-color: rgb(230,175,240); }

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

border-color css

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

 span { border-color: rgb(230,175,240); }

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