Html Css Color HEX #E0C0F9 Mauve

📋 copy color: '#E0C0F9'

red 224 ◦ green 192 ◦ blue 249

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

Shades of Mauve #E0C0F9

Tints of Mauve #E0C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.87%

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 33.68%
G = 28.87%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0C0F9 (or 0xE0C0F9) is known color: Mauve. HEX triplet: E0, C0 and F9. RGB value is (224,192,249). Sum of RGB (Red+Green+Blue) = 224+192+249=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0F9 is #1F3F06. Grayscale: #CFCFCF. Windows color (decimal): -2047751 or 16367840. OLE color: 16367840.

HSL color Cylindrical-coordinate representation of color #E0C0F9: hue angle of 273.68º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0C0F9 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 192 249 -
CMYK 0.10 0.23 0 0.02
HSL 273.68º 0.83% 0.86% -
HSV(B) 273.68º 0.23% 0.98% -
XYZ 66.69 60.39 97.76 -
YUV 208.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 224 192 249 0.10 0.23 0 0.02 273.68 0.83 0.86
Hex E0 C0 F9 A 17 0 2 112 53 56
Octal 340 300 371 12 27 0 2 422 123 126
Binary 11100000 11000000 11111001 1010 10111 0 10 100010010 1010011 1010110

Color Harmonies of #E0C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C0F9

Black with #E0C0F9

Text Example


Text Example

White with #E0C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C0F9; }

 p { color: rgb(224,192,249); }

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

background-color css

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

 a { background-color: rgb(224,192,249); }

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

border-color css

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

 span { border-color: rgb(224,192,249); }

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