Html Css Color HEX #E298F6 Mauve

📋 copy color: '#E298F6'

red 226 ◦ green 152 ◦ blue 246

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

Shades of Mauve #E298F6

Tints of Mauve #E298F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.36%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 36.22%
G = 24.36%
B = 39.42%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E298F6 (or 0xE298F6) is known color: Mauve. HEX triplet: E2, 98 and F6. RGB value is (226,152,246). Sum of RGB (Red+Green+Blue) = 226+152+246=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #E298F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298F6 is #1D6709. Grayscale: #B8B8B8. Windows color (decimal): -1926922 or 16160994. OLE color: 16160994.

HSL color Cylindrical-coordinate representation of color #E298F6: hue angle of 287.23º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E298F6 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 152 246 -
CMYK 0.08 0.38 0 0.04
HSL 287.23º 0.84% 0.78% -
HSV(B) 287.23º 0.38% 0.96% -
XYZ 59.23 45.28 92.81 -
YUV 184.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 226 152 246 0.08 0.38 0 0.04 287.23 0.84 0.78
Hex E2 98 F6 8 26 0 4 11F 54 4E
Octal 342 230 366 10 46 0 4 437 124 116
Binary 11100010 10011000 11110110 1000 100110 0 100 100011111 1010100 1001110

Color Harmonies of #E298F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298F6

Black with #E298F6

Text Example


Text Example

White with #E298F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298F6; }

 p { color: rgb(226,152,246); }

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

background-color css

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

 a { background-color: rgb(226,152,246); }

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

border-color css

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

 span { border-color: rgb(226,152,246); }

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