Html Css Color HEX #E0AFEE Mauve

📋 copy color: '#E0AFEE'

red 224 ◦ green 175 ◦ blue 238

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

Shades of Mauve #E0AFEE

Tints of Mauve #E0AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 35.16%
G = 27.47%
B = 37.36%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0AFEE (or 0xE0AFEE) is known color: Mauve. HEX triplet: E0, AF and EE. RGB value is (224,175,238). Sum of RGB (Red+Green+Blue) = 224+175+238=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEE is #1F5011. Grayscale: #C4C4C4. Windows color (decimal): -2052114 or 15642592. OLE color: 15642592.

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

Color convert

RGB 224 175 238 -
CMYK 0.06 0.26 0 0.07
HSL 286.67º 0.65% 0.81% -
HSV(B) 286.67º 0.26% 0.93% -
XYZ 61.5 52.68 87.82 -
YUV 196.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 224 175 238 0.06 0.26 0 0.07 286.67 0.65 0.81
Hex E0 AF EE 6 1A 0 7 11F 41 51
Octal 340 257 356 6 32 0 7 437 101 121
Binary 11100000 10101111 11101110 110 11010 0 111 100011111 1000001 1010001

Color Harmonies of #E0AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFEE

Black with #E0AFEE

Text Example


Text Example

White with #E0AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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