Html Css Color HEX #E1AFFD Mauve

📋 copy color: '#E1AFFD'

red 225 ◦ green 175 ◦ blue 253

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

Shades of Mauve #E1AFFD

Tints of Mauve #E1AFFD

RGB

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

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

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

R = 34.46%
G = 26.8%
B = 38.74%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1AFFD (or 0xE1AFFD) is known color: Mauve. HEX triplet: E1, AF and FD. RGB value is (225,175,253). Sum of RGB (Red+Green+Blue) = 225+175+253=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFFD is #1E5002. Grayscale: #C6C6C6. Windows color (decimal): -1986563 or 16625633. OLE color: 16625633.

HSL color Cylindrical-coordinate representation of color #E1AFFD: hue angle of 278.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1AFFD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 175 253 -
CMYK 0.11 0.31 0 0.01
HSL 278.46º 0.95% 0.84% -
HSV(B) 278.46º 0.31% 0.99% -
XYZ 64.11 53.76 99.93 -
YUV 198.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 225 175 253 0.11 0.31 0 0.01 278.46 0.95 0.84
Hex E1 AF FD B 1F 0 1 116 5F 54
Octal 341 257 375 13 37 0 1 426 137 124
Binary 11100001 10101111 11111101 1011 11111 0 1 100010110 1011111 1010100

Color Harmonies of #E1AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFFD

Black with #E1AFFD

Text Example


Text Example

White with #E1AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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