Html Css Color HEX #E093FC Mauve

📋 copy color: '#E093FC'

red 224 ◦ green 147 ◦ blue 252

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

Shades of Mauve #E093FC

Tints of Mauve #E093FC

RGB

 RED value IS 224 (87.89% from 255) = 35.96%

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

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

R = 35.96%
G = 23.6%
B = 40.45%

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

#E093FC (or 0xE093FC) is known color: Mauve. HEX triplet: E0, 93 and FC. RGB value is (224,147,252). Sum of RGB (Red+Green+Blue) = 224+147+252=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #E093FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093FC is #1F6C03. Grayscale: #B5B5B5. Windows color (decimal): -2059268 or 16552928. OLE color: 16552928.

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

Color convert

RGB 224 147 252 -
CMYK 0.11 0.42 0 0.01
HSL 284º 0.95% 0.78% -
HSV(B) 284º 0.42% 0.99% -
XYZ 58.74 43.74 97.44 -
YUV 181.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 224 147 252 0.11 0.42 0 0.01 284 0.95 0.78
Hex E0 93 FC B 2A 0 1 11C 5F 4E
Octal 340 223 374 13 52 0 1 434 137 116
Binary 11100000 10010011 11111100 1011 101010 0 1 100011100 1011111 1001110

Color Harmonies of #E093FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093FC

Black with #E093FC

Text Example


Text Example

White with #E093FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093FC; }

 p { color: rgb(224,147,252); }

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

background-color css

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

 a { background-color: rgb(224,147,252); }

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

border-color css

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

 span { border-color: rgb(224,147,252); }

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