Html Css Color HEX #E096FB Mauve

📋 copy color: '#E096FB'

red 224 ◦ green 150 ◦ blue 251

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

Shades of Mauve #E096FB

Tints of Mauve #E096FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 35.84%
G = 24%
B = 40.16%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E096FB (or 0xE096FB) is known color: Mauve. HEX triplet: E0, 96 and FB. RGB value is (224,150,251). Sum of RGB (Red+Green+Blue) = 224+150+251=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #E096FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FB is #1F6904. Grayscale: #B7B7B7. Windows color (decimal): -2058501 or 16488160. OLE color: 16488160.

HSL color Cylindrical-coordinate representation of color #E096FB: hue angle of 283.96º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E096FB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 150 251 -
CMYK 0.11 0.40 0 0.02
HSL 283.96º 0.93% 0.79% -
HSV(B) 283.96º 0.4% 0.98% -
XYZ 59.06 44.63 96.77 -
YUV 183.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 224 150 251 0.11 0.40 0 0.02 283.96 0.93 0.79
Hex E0 96 FB B 28 0 2 11C 5D 4F
Octal 340 226 373 13 50 0 2 434 135 117
Binary 11100000 10010110 11111011 1011 101000 0 10 100011100 1011101 1001111

Color Harmonies of #E096FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096FB

Black with #E096FB

Text Example


Text Example

White with #E096FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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