Html Css Color HEX #E496FE Mauve

📋 copy color: '#E496FE'

red 228 ◦ green 150 ◦ blue 254

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

Shades of Mauve #E496FE

Tints of Mauve #E496FE

RGB

 RED value IS 228 (89.45% from 255) = 36.08%

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

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

R = 36.08%
G = 23.73%
B = 40.19%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E496FE (or 0xE496FE) is known color: Mauve. HEX triplet: E4, 96 and FE. RGB value is (228,150,254). Sum of RGB (Red+Green+Blue) = 228+150+254=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #E496FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E496FE is #1B6901. Grayscale: #B8B8B8. Windows color (decimal): -1796354 or 16684772. OLE color: 16684772.

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

Color convert

RGB 228 150 254 -
CMYK 0.10 0.41 0 0.00
HSL 285º 0.98% 0.79% -
HSV(B) 285º 0.41% 1% -
XYZ 60.79 45.46 99.34 -
YUV 185.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 228 150 254 0.10 0.41 0 0.00 285 0.98 0.79
Hex E4 96 FE A 29 0 0 11D 62 4F
Octal 344 226 376 12 51 0 0 435 142 117
Binary 11100100 10010110 11111110 1010 101001 0 0 100011101 1100010 1001111

Color Harmonies of #E496FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496FE

Black with #E496FE

Text Example


Text Example

White with #E496FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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