Html Css Color HEX #EBC2FE Mauve

📋 copy color: '#EBC2FE'

red 235 ◦ green 194 ◦ blue 254

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

Shades of Mauve #EBC2FE

Tints of Mauve #EBC2FE

RGB

 RED value IS 235 (92.19% from 255) = 34.41%

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

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

R = 34.41%
G = 28.4%
B = 37.19%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBC2FE (or 0xEBC2FE) is known color: Mauve. HEX triplet: EB, C2 and FE. RGB value is (235,194,254). Sum of RGB (Red+Green+Blue) = 235+194+254=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FE is #143D01. Grayscale: #D4D4D4. Windows color (decimal): -1326338 or 16696043. OLE color: 16696043.

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

Color convert

RGB 235 194 254 -
CMYK 0.07 0.24 0 0.00
HSL 281º 0.97% 0.88% -
HSV(B) 281º 0.24% 1% -
XYZ 71.44 63.4 102.24 -
YUV 213.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 235 194 254 0.07 0.24 0 0.00 281 0.97 0.88
Hex EB C2 FE 7 18 0 0 119 61 58
Octal 353 302 376 7 30 0 0 431 141 130
Binary 11101011 11000010 11111110 111 11000 0 0 100011001 1100001 1011000

Color Harmonies of #EBC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2FE

Black with #EBC2FE

Text Example


Text Example

White with #EBC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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