Html Css Color HEX #EBA7FC Mauve

📋 copy color: '#EBA7FC'

red 235 ◦ green 167 ◦ blue 252

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

Shades of Mauve #EBA7FC

Tints of Mauve #EBA7FC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.54%

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

R = 35.93%
G = 25.54%
B = 38.53%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBA7FC (or 0xEBA7FC) is known color: Mauve. HEX triplet: EB, A7 and FC. RGB value is (235,167,252). Sum of RGB (Red+Green+Blue) = 235+167+252=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 167 (65.62% from 255 or 25.54% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FC is #145803. Grayscale: #C4C4C4. Windows color (decimal): -1333252 or 16558059. OLE color: 16558059.

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

Color convert

RGB 235 167 252 -
CMYK 0.07 0.34 0 0.01
HSL 288º 0.93% 0.82% -
HSV(B) 288º 0.34% 0.99% -
XYZ 65.65 52.33 98.74 -
YUV 197.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 235 167 252 0.07 0.34 0 0.01 288 0.93 0.82
Hex EB A7 FC 7 22 0 1 120 5D 52
Octal 353 247 374 7 42 0 1 440 135 122
Binary 11101011 10100111 11111100 111 100010 0 1 100100000 1011101 1010010

Color Harmonies of #EBA7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7FC

Black with #EBA7FC

Text Example


Text Example

White with #EBA7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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