Html Css Color HEX #E297FA Mauve

📋 copy color: '#E297FA'

red 226 ◦ green 151 ◦ blue 250

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

Shades of Mauve #E297FA

Tints of Mauve #E297FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.08%

 BLUE value IS 250 (98.05% from 255) = 39.87%

R = 36.04%
G = 24.08%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E297FA (or 0xE297FA) is known color: Mauve. HEX triplet: E2, 97 and FA. RGB value is (226,151,250). Sum of RGB (Red+Green+Blue) = 226+151+250=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E297FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297FA is #1D6805. Grayscale: #B8B8B8. Windows color (decimal): -1927174 or 16422882. OLE color: 16422882.

HSL color Cylindrical-coordinate representation of color #E297FA: hue angle of 285.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E297FA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 151 250 -
CMYK 0.10 0.40 0 0.02
HSL 285.45º 0.91% 0.79% -
HSV(B) 285.45º 0.4% 0.98% -
XYZ 59.69 45.2 96.02 -
YUV 184.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 226 151 250 0.10 0.40 0 0.02 285.45 0.91 0.79
Hex E2 97 FA A 28 0 2 11D 5B 4F
Octal 342 227 372 12 50 0 2 435 133 117
Binary 11100010 10010111 11111010 1010 101000 0 10 100011101 1011011 1001111

Color Harmonies of #E297FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297FA

Black with #E297FA

Text Example


Text Example

White with #E297FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297FA; }

 p { color: rgb(226,151,250); }

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

background-color css

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

 a { background-color: rgb(226,151,250); }

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

border-color css

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

 span { border-color: rgb(226,151,250); }

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