Html Css Color HEX #E1AFEF Mauve

📋 copy color: '#E1AFEF'

red 225 ◦ green 175 ◦ blue 239

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

Shades of Mauve #E1AFEF

Tints of Mauve #E1AFEF

RGB

 RED value IS 225 (88.28% from 255) = 35.21%

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

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 35.21%
G = 27.39%
B = 37.4%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1AFEF (or 0xE1AFEF) is known color: Mauve. HEX triplet: E1, AF and EF. RGB value is (225,175,239). Sum of RGB (Red+Green+Blue) = 225+175+239=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFEF is #1E5010. Grayscale: #C5C5C5. Windows color (decimal): -1986577 or 15708129. OLE color: 15708129.

HSL color Cylindrical-coordinate representation of color #E1AFEF: hue angle of 286.88º degrees, saturation: 0.67, 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 #E1AFEF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 175 239 -
CMYK 0.06 0.27 0 0.06
HSL 286.88º 0.67% 0.81% -
HSV(B) 286.88º 0.27% 0.94% -
XYZ 61.96 52.9 88.61 -
YUV 197.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 225 175 239 0.06 0.27 0 0.06 286.88 0.67 0.81
Hex E1 AF EF 6 1B 0 6 11F 43 51
Octal 341 257 357 6 33 0 6 437 103 121
Binary 11100001 10101111 11101111 110 11011 0 110 100011111 1000011 1010001

Color Harmonies of #E1AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFEF

Black with #E1AFEF

Text Example


Text Example

White with #E1AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFEF; }

 p { color: rgb(225,175,239); }

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

background-color css

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

 a { background-color: rgb(225,175,239); }

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

border-color css

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

 span { border-color: rgb(225,175,239); }

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