Html Css Color HEX #E6AFFB Mauve

📋 copy color: '#E6AFFB'

red 230 ◦ green 175 ◦ blue 251

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

Shades of Mauve #E6AFFB

Tints of Mauve #E6AFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 35.06%
G = 26.68%
B = 38.26%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6AFFB (or 0xE6AFFB) is known color: Mauve. HEX triplet: E6, AF and FB. RGB value is (230,175,251). Sum of RGB (Red+Green+Blue) = 230+175+251=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6AFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFFB is #195004. Grayscale: #C7C7C7. Windows color (decimal): -1658885 or 16494566. OLE color: 16494566.

HSL color Cylindrical-coordinate representation of color #E6AFFB: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6AFFB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 175 251 -
CMYK 0.08 0.30 0 0.02
HSL 283.42º 0.9% 0.84% -
HSV(B) 283.42º 0.3% 0.98% -
XYZ 65.38 54.45 98.33 -
YUV 200.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 230 175 251 0.08 0.30 0 0.02 283.42 0.9 0.84
Hex E6 AF FB 8 1E 0 2 11B 5A 54
Octal 346 257 373 10 36 0 2 433 132 124
Binary 11100110 10101111 11111011 1000 11110 0 10 100011011 1011010 1010100

Color Harmonies of #E6AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFFB

Black with #E6AFFB

Text Example


Text Example

White with #E6AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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