Html Css Color HEX #E094FC Mauve

📋 copy color: '#E094FC'

red 224 ◦ green 148 ◦ blue 252

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

Shades of Mauve #E094FC

Tints of Mauve #E094FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.72%

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

R = 35.9%
G = 23.72%
B = 40.38%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E094FC (or 0xE094FC) is known color: Mauve. HEX triplet: E0, 94 and FC. RGB value is (224,148,252). Sum of RGB (Red+Green+Blue) = 224+148+252=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #E094FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FC is #1F6B03. Grayscale: #B6B6B6. Windows color (decimal): -2059012 or 16553184. OLE color: 16553184.

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

Color convert

RGB 224 148 252 -
CMYK 0.11 0.41 0 0.01
HSL 283.85º 0.95% 0.78% -
HSV(B) 283.85º 0.41% 0.99% -
XYZ 58.9 44.06 97.49 -
YUV 182.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 224 148 252 0.11 0.41 0 0.01 283.85 0.95 0.78
Hex E0 94 FC B 29 0 1 11C 5F 4E
Octal 340 224 374 13 51 0 1 434 137 116
Binary 11100000 10010100 11111100 1011 101001 0 1 100011100 1011111 1001110

Color Harmonies of #E094FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094FC

Black with #E094FC

Text Example


Text Example

White with #E094FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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