Html Css Color HEX #E299FE Mauve

📋 copy color: '#E299FE'

red 226 ◦ green 153 ◦ blue 254

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

Shades of Mauve #E299FE

Tints of Mauve #E299FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.17%

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

R = 35.7%
G = 24.17%
B = 40.13%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E299FE (or 0xE299FE) is known color: Mauve. HEX triplet: E2, 99 and FE. RGB value is (226,153,254). Sum of RGB (Red+Green+Blue) = 226+153+254=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #E299FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299FE is #1D6601. Grayscale: #BABABA. Windows color (decimal): -1926658 or 16685538. OLE color: 16685538.

HSL color Cylindrical-coordinate representation of color #E299FE: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E299FE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 153 254 -
CMYK 0.11 0.40 0 0.00
HSL 283.37º 0.98% 0.8% -
HSV(B) 283.37º 0.4% 1% -
XYZ 60.64 46.11 99.47 -
YUV 186.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 226 153 254 0.11 0.40 0 0.00 283.37 0.98 0.8
Hex E2 99 FE B 28 0 0 11B 62 50
Octal 342 231 376 13 50 0 0 433 142 120
Binary 11100010 10011001 11111110 1011 101000 0 0 100011011 1100010 1010000

Color Harmonies of #E299FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299FE

Black with #E299FE

Text Example


Text Example

White with #E299FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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