Html Css Color HEX #E1ADFE Mauve

📋 copy color: '#E1ADFE'

red 225 ◦ green 173 ◦ blue 254

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

Shades of Mauve #E1ADFE

Tints of Mauve #E1ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 34.51%
G = 26.53%
B = 38.96%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1ADFE (or 0xE1ADFE) is known color: Mauve. HEX triplet: E1, AD and FE. RGB value is (225,173,254). Sum of RGB (Red+Green+Blue) = 225+173+254=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFE is #1E5201. Grayscale: #C5C5C5. Windows color (decimal): -1987074 or 16690657. OLE color: 16690657.

HSL color Cylindrical-coordinate representation of color #E1ADFE: hue angle of 278.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1ADFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 173 254 -
CMYK 0.11 0.32 0 0.00
HSL 278.52º 0.98% 0.84% -
HSV(B) 278.52º 0.32% 1% -
XYZ 63.88 53.05 100.64 -
YUV 197.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 225 173 254 0.11 0.32 0 0.00 278.52 0.98 0.84
Hex E1 AD FE B 20 0 0 117 62 54
Octal 341 255 376 13 40 0 0 427 142 124
Binary 11100001 10101101 11111110 1011 100000 0 0 100010111 1100010 1010100

Color Harmonies of #E1ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ADFE

Black with #E1ADFE

Text Example


Text Example

White with #E1ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ADFE; }

 p { color: rgb(225,173,254); }

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

background-color css

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

 a { background-color: rgb(225,173,254); }

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

border-color css

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

 span { border-color: rgb(225,173,254); }

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