Html Css Color HEX #E697FF Mauve

📋 copy color: '#E697FF'

red 230 ◦ green 151 ◦ blue 255

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

Shades of Mauve #E697FF

Tints of Mauve #E697FF

RGB

 RED value IS 230 (90.23% from 255) = 36.16%

 GREEN value IS 151 (59.38% from 255) = 23.74%

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

R = 36.16%
G = 23.74%
B = 40.09%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E697FF (or 0xE697FF) is known color: Mauve. HEX triplet: E6, 97 and FF. RGB value is (230,151,255). Sum of RGB (Red+Green+Blue) = 230+151+255=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E697FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697FF is #196800. Grayscale: #BABABA. Windows color (decimal): -1665025 or 16750566. OLE color: 16750566.

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

Color convert

RGB 230 151 255 -
CMYK 0.10 0.41 0 0
HSL 285.58º 1% 0.8% -
HSV(B) 285.58º 0.41% 1% -
XYZ 61.75 46.18 100.27 -
YUV 186.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 230 151 255 0.10 0.41 0 0 285.58 1 0.8
Hex E6 97 FF A 29 0 0 11E 64 50
Octal 346 227 377 12 51 0 0 436 144 120
Binary 11100110 10010111 11111111 1010 101001 0 0 100011110 1100100 1010000

Color Harmonies of #E697FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697FF

Black with #E697FF

Text Example


Text Example

White with #E697FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697FF; }

 p { color: rgb(230,151,255); }

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

background-color css

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

 a { background-color: rgb(230,151,255); }

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

border-color css

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

 span { border-color: rgb(230,151,255); }

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