Html Css Color HEX #E0AFF0 Mauve

📋 copy color: '#E0AFF0'

red 224 ◦ green 175 ◦ blue 240

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

Shades of Mauve #E0AFF0

Tints of Mauve #E0AFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 35.05%
G = 27.39%
B = 37.56%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0AFF0 (or 0xE0AFF0) is known color: Mauve. HEX triplet: E0, AF and F0. RGB value is (224,175,240). Sum of RGB (Red+Green+Blue) = 224+175+240=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFF0 is #1F500F. Grayscale: #C4C4C4. Windows color (decimal): -2052112 or 15773664. OLE color: 15773664.

HSL color Cylindrical-coordinate representation of color #E0AFF0: hue angle of 285.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0AFF0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 175 240 -
CMYK 0.07 0.27 0 0.06
HSL 285.23º 0.68% 0.81% -
HSV(B) 285.23º 0.27% 0.94% -
XYZ 61.8 52.8 89.37 -
YUV 197.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 224 175 240 0.07 0.27 0 0.06 285.23 0.68 0.81
Hex E0 AF F0 7 1B 0 6 11D 44 51
Octal 340 257 360 7 33 0 6 435 104 121
Binary 11100000 10101111 11110000 111 11011 0 110 100011101 1000100 1010001

Color Harmonies of #E0AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFF0

Black with #E0AFF0

Text Example


Text Example

White with #E0AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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