Html Css Color HEX #EBA6FE Mauve

📋 copy color: '#EBA6FE'

red 235 ◦ green 166 ◦ blue 254

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

Shades of Mauve #EBA6FE

Tints of Mauve #EBA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.34%

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 35.88%
G = 25.34%
B = 38.78%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBA6FE (or 0xEBA6FE) is known color: Mauve. HEX triplet: EB, A6 and FE. RGB value is (235,166,254). Sum of RGB (Red+Green+Blue) = 235+166+254=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 166 (65.23% from 255 or 25.34% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FE is #145901. Grayscale: #C4C4C4. Windows color (decimal): -1333506 or 16688875. OLE color: 16688875.

HSL color Cylindrical-coordinate representation of color #EBA6FE: hue angle of 287.05º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA6FE is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 166 254 -
CMYK 0.07 0.35 0 0.00
HSL 287.05º 0.98% 0.82% -
HSV(B) 287.05º 0.35% 1% -
XYZ 65.79 52.09 100.35 -
YUV 196.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 235 166 254 0.07 0.35 0 0.00 287.05 0.98 0.82
Hex EB A6 FE 7 23 0 0 11F 62 52
Octal 353 246 376 7 43 0 0 437 142 122
Binary 11101011 10100110 11111110 111 100011 0 0 100011111 1100010 1010010

Color Harmonies of #EBA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6FE

Black with #EBA6FE

Text Example


Text Example

White with #EBA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6FE; }

 p { color: rgb(235,166,254); }

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

background-color css

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

 a { background-color: rgb(235,166,254); }

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

border-color css

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

 span { border-color: rgb(235,166,254); }

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