Html Css Color HEX #E297FC Mauve

📋 copy color: '#E297FC'

red 226 ◦ green 151 ◦ blue 252

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

Shades of Mauve #E297FC

Tints of Mauve #E297FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 35.93%
G = 24.01%
B = 40.06%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E297FC (or 0xE297FC) is known color: Mauve. HEX triplet: E2, 97 and FC. RGB value is (226,151,252). Sum of RGB (Red+Green+Blue) = 226+151+252=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #E297FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297FC is #1D6803. Grayscale: #B8B8B8. Windows color (decimal): -1927172 or 16553954. OLE color: 16553954.

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

Color convert

RGB 226 151 252 -
CMYK 0.10 0.40 0 0.01
HSL 284.55º 0.94% 0.79% -
HSV(B) 284.55º 0.4% 0.99% -
XYZ 60 45.33 97.68 -
YUV 184.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 226 151 252 0.10 0.40 0 0.01 284.55 0.94 0.79
Hex E2 97 FC A 28 0 1 11D 5E 4F
Octal 342 227 374 12 50 0 1 435 136 117
Binary 11100010 10010111 11111100 1010 101000 0 1 100011101 1011110 1001111

Color Harmonies of #E297FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297FC

Black with #E297FC

Text Example


Text Example

White with #E297FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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