Html Css Color HEX #E1AFFB Mauve

📋 copy color: '#E1AFFB'

red 225 ◦ green 175 ◦ blue 251

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

Shades of Mauve #E1AFFB

Tints of Mauve #E1AFFB

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

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

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

R = 34.56%
G = 26.88%
B = 38.56%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1AFFB (or 0xE1AFFB) is known color: Mauve. HEX triplet: E1, AF and FB. RGB value is (225,175,251). Sum of RGB (Red+Green+Blue) = 225+175+251=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFFB is #1E5004. Grayscale: #C6C6C6. Windows color (decimal): -1986565 or 16494561. OLE color: 16494561.

HSL color Cylindrical-coordinate representation of color #E1AFFB: hue angle of 279.47º 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 #E1AFFB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 175 251 -
CMYK 0.10 0.30 0 0.02
HSL 279.47º 0.9% 0.84% -
HSV(B) 279.47º 0.3% 0.98% -
XYZ 63.79 53.63 98.26 -
YUV 198.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 225 175 251 0.10 0.30 0 0.02 279.47 0.9 0.84
Hex E1 AF FB A 1E 0 2 117 5A 54
Octal 341 257 373 12 36 0 2 427 132 124
Binary 11100001 10101111 11111011 1010 11110 0 10 100010111 1011010 1010100

Color Harmonies of #E1AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFFB

Black with #E1AFFB

Text Example


Text Example

White with #E1AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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