Html Css Color HEX #EBB1FC Mauve

📋 copy color: '#EBB1FC'

red 235 ◦ green 177 ◦ blue 252

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

Shades of Mauve #EBB1FC

Tints of Mauve #EBB1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.66%

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 35.39%
G = 26.66%
B = 37.95%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBB1FC (or 0xEBB1FC) is known color: Mauve. HEX triplet: EB, B1 and FC. RGB value is (235,177,252). Sum of RGB (Red+Green+Blue) = 235+177+252=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1FC is #144E03. Grayscale: #CACACA. Windows color (decimal): -1330692 or 16560619. OLE color: 16560619.

HSL color Cylindrical-coordinate representation of color #EBB1FC: hue angle of 286.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB1FC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 177 252 -
CMYK 0.07 0.30 0 0.01
HSL 286.4º 0.93% 0.84% -
HSV(B) 286.4º 0.3% 0.99% -
XYZ 67.55 56.13 99.37 -
YUV 202.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 235 177 252 0.07 0.30 0 0.01 286.4 0.93 0.84
Hex EB B1 FC 7 1E 0 1 11E 5D 54
Octal 353 261 374 7 36 0 1 436 135 124
Binary 11101011 10110001 11111100 111 11110 0 1 100011110 1011101 1010100

Color Harmonies of #EBB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1FC

Black with #EBB1FC

Text Example


Text Example

White with #EBB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1FC; }

 p { color: rgb(235,177,252); }

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

background-color css

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

 a { background-color: rgb(235,177,252); }

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

border-color css

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

 span { border-color: rgb(235,177,252); }

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