Html Css Color HEX #E296FF Mauve

📋 copy color: '#E296FF'

red 226 ◦ green 150 ◦ blue 255

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

Shades of Mauve #E296FF

Tints of Mauve #E296FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 35.82%
G = 23.77%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E296FF (or 0xE296FF) is known color: Mauve. HEX triplet: E2, 96 and FF. RGB value is (226,150,255). Sum of RGB (Red+Green+Blue) = 226+150+255=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #E296FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296FF is #1D6900. Grayscale: #B8B8B8. Windows color (decimal): -1927425 or 16750306. OLE color: 16750306.

HSL color Cylindrical-coordinate representation of color #E296FF: hue angle of 283.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E296FF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 150 255 -
CMYK 0.11 0.41 0 0
HSL 283.43º 1% 0.79% -
HSV(B) 283.43º 0.41% 1% -
XYZ 60.32 45.2 100.15 -
YUV 184.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 226 150 255 0.11 0.41 0 0 283.43 1 0.79
Hex E2 96 FF B 29 0 0 11B 64 4F
Octal 342 226 377 13 51 0 0 433 144 117
Binary 11100010 10010110 11111111 1011 101001 0 0 100011011 1100100 1001111

Color Harmonies of #E296FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296FF

Black with #E296FF

Text Example


Text Example

White with #E296FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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