Html Css Color HEX #E293FD Mauve

📋 copy color: '#E293FD'

red 226 ◦ green 147 ◦ blue 253

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

Shades of Mauve #E293FD

Tints of Mauve #E293FD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.48%

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

R = 36.1%
G = 23.48%
B = 40.42%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E293FD (or 0xE293FD) is known color: Mauve. HEX triplet: E2, 93 and FD. RGB value is (226,147,253). Sum of RGB (Red+Green+Blue) = 226+147+253=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E293FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293FD is #1D6C02. Grayscale: #B6B6B6. Windows color (decimal): -1928195 or 16618466. OLE color: 16618466.

HSL color Cylindrical-coordinate representation of color #E293FD: hue angle of 284.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E293FD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 147 253 -
CMYK 0.11 0.42 0 0.01
HSL 284.72º 0.96% 0.78% -
HSV(B) 284.72º 0.42% 0.99% -
XYZ 59.53 44.13 98.31 -
YUV 182.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 226 147 253 0.11 0.42 0 0.01 284.72 0.96 0.78
Hex E2 93 FD B 2A 0 1 11D 60 4E
Octal 342 223 375 13 52 0 1 435 140 116
Binary 11100010 10010011 11111101 1011 101010 0 1 100011101 1100000 1001110

Color Harmonies of #E293FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E293FD

Black with #E293FD

Text Example


Text Example

White with #E293FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E293FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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