Html Css Color HEX #E496FF Mauve

📋 copy color: '#E496FF'

red 228 ◦ green 150 ◦ blue 255

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

Shades of Mauve #E496FF

Tints of Mauve #E496FF

RGB

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

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

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

R = 36.02%
G = 23.7%
B = 40.28%

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

#E496FF (or 0xE496FF) is known color: Mauve. HEX triplet: E4, 96 and FF. RGB value is (228,150,255). Sum of RGB (Red+Green+Blue) = 228+150+255=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E496FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E496FF is #1B6900. Grayscale: #B8B8B8. Windows color (decimal): -1796353 or 16750308. OLE color: 16750308.

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

Color convert

RGB 228 150 255 -
CMYK 0.11 0.41 0 0
HSL 284.57º 1% 0.79% -
HSV(B) 284.57º 0.41% 1% -
XYZ 60.95 45.53 100.18 -
YUV 185.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 228 150 255 0.11 0.41 0 0 284.57 1 0.79
Hex E4 96 FF B 29 0 0 11D 64 4F
Octal 344 226 377 13 51 0 0 435 144 117
Binary 11100100 10010110 11111111 1011 101001 0 0 100011101 1100100 1001111

Color Harmonies of #E496FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496FF

Black with #E496FF

Text Example


Text Example

White with #E496FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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