Html Css Color HEX #E1AEFB Mauve

📋 copy color: '#E1AEFB'

red 225 ◦ green 174 ◦ blue 251

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

Shades of Mauve #E1AEFB

Tints of Mauve #E1AEFB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.77%

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

R = 34.62%
G = 26.77%
B = 38.62%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1AEFB (or 0xE1AEFB) is known color: Mauve. HEX triplet: E1, AE and FB. RGB value is (225,174,251). Sum of RGB (Red+Green+Blue) = 225+174+251=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEFB is #1E5104. Grayscale: #C5C5C5. Windows color (decimal): -1986821 or 16494305. OLE color: 16494305.

HSL color Cylindrical-coordinate representation of color #E1AEFB: hue angle of 279.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1AEFB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 174 251 -
CMYK 0.10 0.31 0 0.02
HSL 279.74º 0.91% 0.83% -
HSV(B) 279.74º 0.31% 0.98% -
XYZ 63.6 53.24 98.19 -
YUV 198.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 225 174 251 0.10 0.31 0 0.02 279.74 0.91 0.83
Hex E1 AE FB A 1F 0 2 118 5B 53
Octal 341 256 373 12 37 0 2 430 133 123
Binary 11100001 10101110 11111011 1010 11111 0 10 100011000 1011011 1010011

Color Harmonies of #E1AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEFB

Black with #E1AEFB

Text Example


Text Example

White with #E1AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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