Html Css Color HEX #E096FF Mauve

📋 copy color: '#E096FF'

red 224 ◦ green 150 ◦ blue 255

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

Shades of Mauve #E096FF

Tints of Mauve #E096FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 35.61%
G = 23.85%
B = 40.54%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E096FF (or 0xE096FF) is known color: Mauve. HEX triplet: E0, 96 and FF. RGB value is (224,150,255). Sum of RGB (Red+Green+Blue) = 224+150+255=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #E096FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FF is #1F6900. Grayscale: #B7B7B7. Windows color (decimal): -2058497 or 16750304. OLE color: 16750304.

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

Color convert

RGB 224 150 255 -
CMYK 0.12 0.41 0 0
HSL 282.29º 1% 0.79% -
HSV(B) 282.29º 0.41% 1% -
XYZ 59.7 44.88 100.12 -
YUV 184.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 224 150 255 0.12 0.41 0 0 282.29 1 0.79
Hex E0 96 FF C 29 0 0 11A 64 4F
Octal 340 226 377 14 51 0 0 432 144 117
Binary 11100000 10010110 11111111 1100 101001 0 0 100011010 1100100 1001111

Color Harmonies of #E096FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096FF

Black with #E096FF

Text Example


Text Example

White with #E096FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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