Html Css Color HEX #E396FC Mauve

📋 copy color: '#E396FC'

red 227 ◦ green 150 ◦ blue 252

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

Shades of Mauve #E396FC

Tints of Mauve #E396FC

RGB

 RED value IS 227 (89.06% from 255) = 36.09%

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

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

R = 36.09%
G = 23.85%
B = 40.06%

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

#E396FC (or 0xE396FC) is known color: Mauve. HEX triplet: E3, 96 and FC. RGB value is (227,150,252). Sum of RGB (Red+Green+Blue) = 227+150+252=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #E396FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FC is #1C6903. Grayscale: #B8B8B8. Windows color (decimal): -1861892 or 16553699. OLE color: 16553699.

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

Color convert

RGB 227 150 252 -
CMYK 0.10 0.40 0 0.01
HSL 285.29º 0.94% 0.79% -
HSV(B) 285.29º 0.4% 0.99% -
XYZ 60.16 45.17 97.64 -
YUV 184.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 227 150 252 0.10 0.40 0 0.01 285.29 0.94 0.79
Hex E3 96 FC A 28 0 1 11D 5E 4F
Octal 343 226 374 12 50 0 1 435 136 117
Binary 11100011 10010110 11111100 1010 101000 0 1 100011101 1011110 1001111

Color Harmonies of #E396FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396FC

Black with #E396FC

Text Example


Text Example

White with #E396FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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