Html Css Color HEX #E496FC Mauve

📋 copy color: '#E496FC'

red 228 ◦ green 150 ◦ blue 252

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

Shades of Mauve #E496FC

Tints of Mauve #E496FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 36.19%
G = 23.81%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E496FC (or 0xE496FC) is known color: Mauve. HEX triplet: E4, 96 and FC. RGB value is (228,150,252). Sum of RGB (Red+Green+Blue) = 228+150+252=630 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.19% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #E496FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E496FC is #1B6903. Grayscale: #B8B8B8. Windows color (decimal): -1796356 or 16553700. OLE color: 16553700.

HSL color Cylindrical-coordinate representation of color #E496FC: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E496FC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 150 252 -
CMYK 0.10 0.40 0 0.01
HSL 285.88º 0.94% 0.79% -
HSV(B) 285.88º 0.4% 0.99% -
XYZ 60.47 45.33 97.66 -
YUV 184.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 228 150 252 0.10 0.40 0 0.01 285.88 0.94 0.79
Hex E4 96 FC A 28 0 1 11E 5E 4F
Octal 344 226 374 12 50 0 1 436 136 117
Binary 11100100 10010110 11111100 1010 101000 0 1 100011110 1011110 1001111

Color Harmonies of #E496FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496FC

Black with #E496FC

Text Example


Text Example

White with #E496FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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