Html Css Color HEX #EBA3F6 Mauve

📋 copy color: '#EBA3F6'

red 235 ◦ green 163 ◦ blue 246

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

Shades of Mauve #EBA3F6

Tints of Mauve #EBA3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.31%

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

R = 36.49%
G = 25.31%
B = 38.2%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBA3F6 (or 0xEBA3F6) is known color: Mauve. HEX triplet: EB, A3 and F6. RGB value is (235,163,246). Sum of RGB (Red+Green+Blue) = 235+163+246=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3F6 is #145C09. Grayscale: #C1C1C1. Windows color (decimal): -1334282 or 16163819. OLE color: 16163819.

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

Color convert

RGB 235 163 246 -
CMYK 0.04 0.34 0 0.04
HSL 292.05º 0.82% 0.8% -
HSV(B) 292.05º 0.34% 0.96% -
XYZ 63.99 50.51 93.57 -
YUV 193.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 235 163 246 0.04 0.34 0 0.04 292.05 0.82 0.8
Hex EB A3 F6 4 22 0 4 124 52 50
Octal 353 243 366 4 42 0 4 444 122 120
Binary 11101011 10100011 11110110 100 100010 0 100 100100100 1010010 1010000

Color Harmonies of #EBA3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3F6

Black with #EBA3F6

Text Example


Text Example

White with #EBA3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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