Html Css Color HEX #E296FC Mauve

📋 copy color: '#E296FC'

red 226 ◦ green 150 ◦ blue 252

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

Shades of Mauve #E296FC

Tints of Mauve #E296FC

RGB

 RED value IS 226 (88.67% from 255) = 35.99%

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

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

R = 35.99%
G = 23.89%
B = 40.13%

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

#E296FC (or 0xE296FC) is known color: Mauve. HEX triplet: E2, 96 and FC. RGB value is (226,150,252). Sum of RGB (Red+Green+Blue) = 226+150+252=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E296FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296FC is #1D6903. Grayscale: #B8B8B8. Windows color (decimal): -1927428 or 16553698. OLE color: 16553698.

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

Color convert

RGB 226 150 252 -
CMYK 0.10 0.40 0 0.01
HSL 284.71º 0.94% 0.79% -
HSV(B) 284.71º 0.4% 0.99% -
XYZ 59.84 45.01 97.63 -
YUV 184.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 226 150 252 0.10 0.40 0 0.01 284.71 0.94 0.79
Hex E2 96 FC A 28 0 1 11D 5E 4F
Octal 342 226 374 12 50 0 1 435 136 117
Binary 11100010 10010110 11111100 1010 101000 0 1 100011101 1011110 1001111

Color Harmonies of #E296FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296FC

Black with #E296FC

Text Example


Text Example

White with #E296FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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