Html Css Color HEX #EBA7F6 Mauve

📋 copy color: '#EBA7F6'

red 235 ◦ green 167 ◦ blue 246

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

Shades of Mauve #EBA7F6

Tints of Mauve #EBA7F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.96%

R = 36.27%
G = 25.77%
B = 37.96%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBA7F6 (or 0xEBA7F6) is known color: Mauve. HEX triplet: EB, A7 and F6. RGB value is (235,167,246). Sum of RGB (Red+Green+Blue) = 235+167+246=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBA7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7F6 is #145809. Grayscale: #C4C4C4. Windows color (decimal): -1333258 or 16164843. OLE color: 16164843.

HSL color Cylindrical-coordinate representation of color #EBA7F6: hue angle of 291.65º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA7F6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 167 246 -
CMYK 0.04 0.32 0 0.04
HSL 291.65º 0.81% 0.81% -
HSV(B) 291.65º 0.32% 0.96% -
XYZ 64.71 51.95 93.81 -
YUV 196.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 235 167 246 0.04 0.32 0 0.04 291.65 0.81 0.81
Hex EB A7 F6 4 20 0 4 124 51 51
Octal 353 247 366 4 40 0 4 444 121 121
Binary 11101011 10100111 11110110 100 100000 0 100 100100100 1010001 1010001

Color Harmonies of #EBA7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7F6

Black with #EBA7F6

Text Example


Text Example

White with #EBA7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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