Html Css Color HEX #E6C2FE Mauve

📋 copy color: '#E6C2FE'

red 230 ◦ green 194 ◦ blue 254

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

Shades of Mauve #E6C2FE

Tints of Mauve #E6C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.61%

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

R = 33.92%
G = 28.61%
B = 37.46%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6C2FE (or 0xE6C2FE) is known color: Mauve. HEX triplet: E6, C2 and FE. RGB value is (230,194,254). Sum of RGB (Red+Green+Blue) = 230+194+254=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2FE is #193D01. Grayscale: #D3D3D3. Windows color (decimal): -1654018 or 16696038. OLE color: 16696038.

HSL color Cylindrical-coordinate representation of color #E6C2FE: hue angle of 276º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6C2FE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 194 254 -
CMYK 0.09 0.24 0 0.00
HSL 276º 0.97% 0.88% -
HSV(B) 276º 0.24% 1% -
XYZ 69.81 62.56 102.16 -
YUV 211.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 230 194 254 0.09 0.24 0 0.00 276 0.97 0.88
Hex E6 C2 FE 9 18 0 0 114 61 58
Octal 346 302 376 11 30 0 0 424 141 130
Binary 11100110 11000010 11111110 1001 11000 0 0 100010100 1100001 1011000

Color Harmonies of #E6C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2FE

Black with #E6C2FE

Text Example


Text Example

White with #E6C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2FE; }

 p { color: rgb(230,194,254); }

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

background-color css

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

 a { background-color: rgb(230,194,254); }

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

border-color css

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

 span { border-color: rgb(230,194,254); }

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