Html Css Color HEX #E6C0F3 Mauve

📋 copy color: '#E6C0F3'

red 230 ◦ green 192 ◦ blue 243

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

Shades of Mauve #E6C0F3

Tints of Mauve #E6C0F3

RGB

 RED value IS 230 (90.23% from 255) = 34.59%

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

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 34.59%
G = 28.87%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6C0F3 (or 0xE6C0F3) is known color: Mauve. HEX triplet: E6, C0 and F3. RGB value is (230,192,243). Sum of RGB (Red+Green+Blue) = 230+192+243=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6C0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0F3 is #193F0C. Grayscale: #D1D1D1. Windows color (decimal): -1654541 or 15974630. OLE color: 15974630.

HSL color Cylindrical-coordinate representation of color #E6C0F3: hue angle of 284.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C0F3 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 192 243 -
CMYK 0.05 0.21 0 0.05
HSL 284.71º 0.68% 0.85% -
HSV(B) 284.71º 0.21% 0.95% -
XYZ 67.66 60.99 93 -
YUV 209.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 230 192 243 0.05 0.21 0 0.05 284.71 0.68 0.85
Hex E6 C0 F3 5 15 0 5 11D 44 55
Octal 346 300 363 5 25 0 5 435 104 125
Binary 11100110 11000000 11110011 101 10101 0 101 100011101 1000100 1010101

Color Harmonies of #E6C0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0F3

Black with #E6C0F3

Text Example


Text Example

White with #E6C0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0F3; }

 p { color: rgb(230,192,243); }

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

background-color css

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

 a { background-color: rgb(230,192,243); }

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

border-color css

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

 span { border-color: rgb(230,192,243); }

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