Html Css Color HEX #E094FE Mauve

📋 copy color: '#E094FE'

red 224 ◦ green 148 ◦ blue 254

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

Shades of Mauve #E094FE

Tints of Mauve #E094FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 35.78%
G = 23.64%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E094FE (or 0xE094FE) is known color: Mauve. HEX triplet: E0, 94 and FE. RGB value is (224,148,254). Sum of RGB (Red+Green+Blue) = 224+148+254=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #E094FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FE is #1F6B01. Grayscale: #B6B6B6. Windows color (decimal): -2059010 or 16684256. OLE color: 16684256.

HSL color Cylindrical-coordinate representation of color #E094FE: hue angle of 283.02º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E094FE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 148 254 -
CMYK 0.12 0.42 0 0.00
HSL 283.02º 0.98% 0.79% -
HSV(B) 283.02º 0.42% 1% -
XYZ 59.22 44.18 99.17 -
YUV 182.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 224 148 254 0.12 0.42 0 0.00 283.02 0.98 0.79
Hex E0 94 FE C 2A 0 0 11B 62 4F
Octal 340 224 376 14 52 0 0 433 142 117
Binary 11100000 10010100 11111110 1100 101010 0 0 100011011 1100010 1001111

Color Harmonies of #E094FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094FE

Black with #E094FE

Text Example


Text Example

White with #E094FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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