Html Css Color HEX #E0AEFD Mauve

📋 copy color: '#E0AEFD'

red 224 ◦ green 174 ◦ blue 253

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

Shades of Mauve #E0AEFD

Tints of Mauve #E0AEFD

RGB

 RED value IS 224 (87.89% from 255) = 34.41%

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

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

R = 34.41%
G = 26.73%
B = 38.86%

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

#E0AEFD (or 0xE0AEFD) is known color: Mauve. HEX triplet: E0, AE and FD. RGB value is (224,174,253). Sum of RGB (Red+Green+Blue) = 224+174+253=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFD is #1F5102. Grayscale: #C5C5C5. Windows color (decimal): -2052355 or 16625376. OLE color: 16625376.

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

Color convert

RGB 224 174 253 -
CMYK 0.11 0.31 0 0.01
HSL 277.97º 0.95% 0.84% -
HSV(B) 277.97º 0.31% 0.99% -
XYZ 63.61 53.21 99.85 -
YUV 197.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 224 174 253 0.11 0.31 0 0.01 277.97 0.95 0.84
Hex E0 AE FD B 1F 0 1 116 5F 54
Octal 340 256 375 13 37 0 1 426 137 124
Binary 11100000 10101110 11111101 1011 11111 0 1 100010110 1011111 1010100

Color Harmonies of #E0AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEFD

Black with #E0AEFD

Text Example


Text Example

White with #E0AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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