Html Css Color HEX #E5AEFD Mauve

📋 copy color: '#E5AEFD'

red 229 ◦ green 174 ◦ blue 253

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

Shades of Mauve #E5AEFD

Tints of Mauve #E5AEFD

RGB

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

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

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

R = 34.91%
G = 26.52%
B = 38.57%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5AEFD (or 0xE5AEFD) is known color: Mauve. HEX triplet: E5, AE and FD. RGB value is (229,174,253). Sum of RGB (Red+Green+Blue) = 229+174+253=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFD is #1A5102. Grayscale: #C7C7C7. Windows color (decimal): -1724675 or 16625381. OLE color: 16625381.

HSL color Cylindrical-coordinate representation of color #E5AEFD: hue angle of 281.77º 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 #E5AEFD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 174 253 -
CMYK 0.09 0.31 0 0.01
HSL 281.77º 0.95% 0.84% -
HSV(B) 281.77º 0.31% 0.99% -
XYZ 65.18 54.02 99.92 -
YUV 199.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 229 174 253 0.09 0.31 0 0.01 281.77 0.95 0.84
Hex E5 AE FD 9 1F 0 1 11A 5F 54
Octal 345 256 375 11 37 0 1 432 137 124
Binary 11100101 10101110 11111101 1001 11111 0 1 100011010 1011111 1010100

Color Harmonies of #E5AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEFD

Black with #E5AEFD

Text Example


Text Example

White with #E5AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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