Html Css Color HEX #E5AAFD Mauve

📋 copy color: '#E5AAFD'

red 229 ◦ green 170 ◦ blue 253

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

Shades of Mauve #E5AAFD

Tints of Mauve #E5AAFD

RGB

 RED value IS 229 (89.84% from 255) = 35.12%

 GREEN value IS 170 (66.8% from 255) = 26.07%

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

R = 35.12%
G = 26.07%
B = 38.8%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5AAFD (or 0xE5AAFD) is known color: Mauve. HEX triplet: E5, AA and FD. RGB value is (229,170,253). Sum of RGB (Red+Green+Blue) = 229+170+253=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFD is #1A5502. Grayscale: #C4C4C4. Windows color (decimal): -1725699 or 16624357. OLE color: 16624357.

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

Color convert

RGB 229 170 253 -
CMYK 0.09 0.33 0 0.01
HSL 282.65º 0.95% 0.83% -
HSV(B) 282.65º 0.33% 0.99% -
XYZ 64.42 52.5 99.67 -
YUV 197.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 229 170 253 0.09 0.33 0 0.01 282.65 0.95 0.83
Hex E5 AA FD 9 21 0 1 11B 5F 53
Octal 345 252 375 11 41 0 1 433 137 123
Binary 11100101 10101010 11111101 1001 100001 0 1 100011011 1011111 1010011

Color Harmonies of #E5AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAFD

Black with #E5AAFD

Text Example


Text Example

White with #E5AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAFD; }

 p { color: rgb(229,170,253); }

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

background-color css

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

 a { background-color: rgb(229,170,253); }

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

border-color css

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

 span { border-color: rgb(229,170,253); }

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