Html Css Color HEX #EBC1F9 Mauve

📋 copy color: '#EBC1F9'

red 235 ◦ green 193 ◦ blue 249

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

Shades of Mauve #EBC1F9

Tints of Mauve #EBC1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.51%

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

R = 34.71%
G = 28.51%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC1F9 (or 0xEBC1F9) is known color: Mauve. HEX triplet: EB, C1 and F9. RGB value is (235,193,249). Sum of RGB (Red+Green+Blue) = 235+193+249=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBC1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1F9 is #143E06. Grayscale: #D3D3D3. Windows color (decimal): -1326599 or 16368107. OLE color: 16368107.

HSL color Cylindrical-coordinate representation of color #EBC1F9: hue angle of 285º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC1F9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 193 249 -
CMYK 0.06 0.22 0 0.02
HSL 285º 0.82% 0.87% -
HSV(B) 285º 0.22% 0.98% -
XYZ 70.43 62.64 98 -
YUV 211.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 235 193 249 0.06 0.22 0 0.02 285 0.82 0.87
Hex EB C1 F9 6 16 0 2 11D 52 57
Octal 353 301 371 6 26 0 2 435 122 127
Binary 11101011 11000001 11111001 110 10110 0 10 100011101 1010010 1010111

Color Harmonies of #EBC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1F9

Black with #EBC1F9

Text Example


Text Example

White with #EBC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1F9; }

 p { color: rgb(235,193,249); }

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

background-color css

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

 a { background-color: rgb(235,193,249); }

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

border-color css

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

 span { border-color: rgb(235,193,249); }

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