Html Css Color HEX #E296FE Mauve

📋 copy color: '#E296FE'

red 226 ◦ green 150 ◦ blue 254

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

Shades of Mauve #E296FE

Tints of Mauve #E296FE

RGB

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

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

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

R = 35.87%
G = 23.81%
B = 40.32%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E296FE (or 0xE296FE) is known color: Mauve. HEX triplet: E2, 96 and FE. RGB value is (226,150,254). Sum of RGB (Red+Green+Blue) = 226+150+254=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #E296FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296FE is #1D6901. Grayscale: #B8B8B8. Windows color (decimal): -1927426 or 16684770. OLE color: 16684770.

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

Color convert

RGB 226 150 254 -
CMYK 0.11 0.41 0 0.00
HSL 283.85º 0.98% 0.79% -
HSV(B) 283.85º 0.41% 1% -
XYZ 60.16 45.14 99.31 -
YUV 184.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 226 150 254 0.11 0.41 0 0.00 283.85 0.98 0.79
Hex E2 96 FE B 29 0 0 11C 62 4F
Octal 342 226 376 13 51 0 0 434 142 117
Binary 11100010 10010110 11111110 1011 101001 0 0 100011100 1100010 1001111

Color Harmonies of #E296FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296FE

Black with #E296FE

Text Example


Text Example

White with #E296FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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