Html Css Color HEX #E298FD Mauve

📋 copy color: '#E298FD'

red 226 ◦ green 152 ◦ blue 253

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

Shades of Mauve #E298FD

Tints of Mauve #E298FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 35.82%
G = 24.09%
B = 40.1%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E298FD (or 0xE298FD) is known color: Mauve. HEX triplet: E2, 98 and FD. RGB value is (226,152,253). Sum of RGB (Red+Green+Blue) = 226+152+253=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #E298FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298FD is #1D6702. Grayscale: #B9B9B9. Windows color (decimal): -1926915 or 16619746. OLE color: 16619746.

HSL color Cylindrical-coordinate representation of color #E298FD: hue angle of 283.96º degrees, saturation: 0.96, 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 #E298FD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 152 253 -
CMYK 0.11 0.40 0 0.01
HSL 283.96º 0.96% 0.79% -
HSV(B) 283.96º 0.4% 0.99% -
XYZ 60.32 45.72 98.57 -
YUV 185.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 226 152 253 0.11 0.40 0 0.01 283.96 0.96 0.79
Hex E2 98 FD B 28 0 1 11C 60 4F
Octal 342 230 375 13 50 0 1 434 140 117
Binary 11100010 10011000 11111101 1011 101000 0 1 100011100 1100000 1001111

Color Harmonies of #E298FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298FD

Black with #E298FD

Text Example


Text Example

White with #E298FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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