Html Css Color HEX #E096FC Mauve

📋 copy color: '#E096FC'

red 224 ◦ green 150 ◦ blue 252

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

Shades of Mauve #E096FC

Tints of Mauve #E096FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.96%

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

R = 35.78%
G = 23.96%
B = 40.26%

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

#E096FC (or 0xE096FC) is known color: Mauve. HEX triplet: E0, 96 and FC. RGB value is (224,150,252). Sum of RGB (Red+Green+Blue) = 224+150+252=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #E096FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FC is #1F6903. Grayscale: #B7B7B7. Windows color (decimal): -2058500 or 16553696. OLE color: 16553696.

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

Color convert

RGB 224 150 252 -
CMYK 0.11 0.40 0 0.01
HSL 283.53º 0.94% 0.79% -
HSV(B) 283.53º 0.4% 0.99% -
XYZ 59.22 44.69 97.6 -
YUV 183.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 224 150 252 0.11 0.40 0 0.01 283.53 0.94 0.79
Hex E0 96 FC B 28 0 1 11C 5E 4F
Octal 340 226 374 13 50 0 1 434 136 117
Binary 11100000 10010110 11111100 1011 101000 0 1 100011100 1011110 1001111

Color Harmonies of #E096FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096FC

Black with #E096FC

Text Example


Text Example

White with #E096FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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