Html Css Color HEX #E696FE Mauve

📋 copy color: '#E696FE'

red 230 ◦ green 150 ◦ blue 254

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

Shades of Mauve #E696FE

Tints of Mauve #E696FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.66%

 BLUE value IS 254 (99.61% from 255) = 40.06%

R = 36.28%
G = 23.66%
B = 40.06%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E696FE (or 0xE696FE) is known color: Mauve. HEX triplet: E6, 96 and FE. RGB value is (230,150,254). Sum of RGB (Red+Green+Blue) = 230+150+254=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #E696FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696FE is #196901. Grayscale: #B9B9B9. Windows color (decimal): -1665282 or 16684774. OLE color: 16684774.

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

Color convert

RGB 230 150 254 -
CMYK 0.09 0.41 0 0.00
HSL 286.15º 0.98% 0.79% -
HSV(B) 286.15º 0.41% 1% -
XYZ 61.43 45.79 99.37 -
YUV 185.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 230 150 254 0.09 0.41 0 0.00 286.15 0.98 0.79
Hex E6 96 FE 9 29 0 0 11E 62 4F
Octal 346 226 376 11 51 0 0 436 142 117
Binary 11100110 10010110 11111110 1001 101001 0 0 100011110 1100010 1001111

Color Harmonies of #E696FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696FE

Black with #E696FE

Text Example


Text Example

White with #E696FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696FE; }

 p { color: rgb(230,150,254); }

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

background-color css

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

 a { background-color: rgb(230,150,254); }

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

border-color css

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

 span { border-color: rgb(230,150,254); }

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