Html Css Color HEX #E5AFFF Mauve

📋 copy color: '#E5AFFF'

red 229 ◦ green 175 ◦ blue 255

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

Shades of Mauve #E5AFFF

Tints of Mauve #E5AFFF

RGB

 RED value IS 229 (89.84% from 255) = 34.75%

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

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

R = 34.75%
G = 26.56%
B = 38.69%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5AFFF (or 0xE5AFFF) is known color: Mauve. HEX triplet: E5, AF and FF. RGB value is (229,175,255). Sum of RGB (Red+Green+Blue) = 229+175+255=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFF is #1A5000. Grayscale: #C8C8C8. Windows color (decimal): -1724417 or 16756709. OLE color: 16756709.

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

Color convert

RGB 229 175 255 -
CMYK 0.10 0.31 0 0
HSL 280.5º 1% 0.84% -
HSV(B) 280.5º 0.31% 1% -
XYZ 65.69 54.54 101.67 -
YUV 200.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 229 175 255 0.10 0.31 0 0 280.5 1 0.84
Hex E5 AF FF A 1F 0 0 118 64 54
Octal 345 257 377 12 37 0 0 430 144 124
Binary 11100101 10101111 11111111 1010 11111 0 0 100011000 1100100 1010100

Color Harmonies of #E5AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFFF

Black with #E5AFFF

Text Example


Text Example

White with #E5AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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