Html Css Color HEX #E096FE Mauve

📋 copy color: '#E096FE'

red 224 ◦ green 150 ◦ blue 254

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

Shades of Mauve #E096FE

Tints of Mauve #E096FE

RGB

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

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

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

R = 35.67%
G = 23.89%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E096FE (or 0xE096FE) is known color: Mauve. HEX triplet: E0, 96 and FE. RGB value is (224,150,254). Sum of RGB (Red+Green+Blue) = 224+150+254=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #E096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FE is #1F6901. Grayscale: #B7B7B7. Windows color (decimal): -2058498 or 16684768. OLE color: 16684768.

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

Color convert

RGB 224 150 254 -
CMYK 0.12 0.41 0 0.00
HSL 282.69º 0.98% 0.79% -
HSV(B) 282.69º 0.41% 1% -
XYZ 59.54 44.82 99.28 -
YUV 183.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 224 150 254 0.12 0.41 0 0.00 282.69 0.98 0.79
Hex E0 96 FE C 29 0 0 11B 62 4F
Octal 340 226 376 14 51 0 0 433 142 117
Binary 11100000 10010110 11111110 1100 101001 0 0 100011011 1100010 1001111

Color Harmonies of #E096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096FE

Black with #E096FE

Text Example


Text Example

White with #E096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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