Html Css Color HEX #E0AFFF Mauve

📋 copy color: '#E0AFFF'

red 224 ◦ green 175 ◦ blue 255

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

Shades of Mauve #E0AFFF

Tints of Mauve #E0AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.76%

 BLUE value IS 255 (100% from 255) = 38.99%

R = 34.25%
G = 26.76%
B = 38.99%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0AFFF (or 0xE0AFFF) is known color: Mauve. HEX triplet: E0, AF and FF. RGB value is (224,175,255). Sum of RGB (Red+Green+Blue) = 224+175+255=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFFF is #1F5000. Grayscale: #C6C6C6. Windows color (decimal): -2052097 or 16756704. OLE color: 16756704.

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

Color convert

RGB 224 175 255 -
CMYK 0.12 0.31 0 0
HSL 276.75º 1% 0.84% -
HSV(B) 276.75º 0.31% 1% -
XYZ 64.12 53.73 101.6 -
YUV 198.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 224 175 255 0.12 0.31 0 0 276.75 1 0.84
Hex E0 AF FF C 1F 0 0 115 64 54
Octal 340 257 377 14 37 0 0 425 144 124
Binary 11100000 10101111 11111111 1100 11111 0 0 100010101 1100100 1010100

Color Harmonies of #E0AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFFF

Black with #E0AFFF

Text Example


Text Example

White with #E0AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFFF; }

 p { color: rgb(224,175,255); }

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

background-color css

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

 a { background-color: rgb(224,175,255); }

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

border-color css

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

 span { border-color: rgb(224,175,255); }

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