Html Css Color HEX #E9C2FE Mauve

📋 copy color: '#E9C2FE'

red 233 ◦ green 194 ◦ blue 254

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

Shades of Mauve #E9C2FE

Tints of Mauve #E9C2FE

RGB

 RED value IS 233 (91.41% from 255) = 34.21%

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

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

R = 34.21%
G = 28.49%
B = 37.3%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9C2FE (or 0xE9C2FE) is known color: Mauve. HEX triplet: E9, C2 and FE. RGB value is (233,194,254). Sum of RGB (Red+Green+Blue) = 233+194+254=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C2FE is #163D01. Grayscale: #D4D4D4. Windows color (decimal): -1457410 or 16696041. OLE color: 16696041.

HSL color Cylindrical-coordinate representation of color #E9C2FE: hue angle of 279º 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 #E9C2FE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 194 254 -
CMYK 0.08 0.24 0 0.00
HSL 279º 0.97% 0.88% -
HSV(B) 279º 0.24% 1% -
XYZ 70.79 63.06 102.21 -
YUV 212.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 233 194 254 0.08 0.24 0 0.00 279 0.97 0.88
Hex E9 C2 FE 8 18 0 0 117 61 58
Octal 351 302 376 10 30 0 0 427 141 130
Binary 11101001 11000010 11111110 1000 11000 0 0 100010111 1100001 1011000

Color Harmonies of #E9C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C2FE

Black with #E9C2FE

Text Example


Text Example

White with #E9C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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