Html Css Color HEX #EBBAF1 Mauve

📋 copy color: '#EBBAF1'

red 235 ◦ green 186 ◦ blue 241

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

Shades of Mauve #EBBAF1

Tints of Mauve #EBBAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.1%

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 35.5%
G = 28.1%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBBAF1 (or 0xEBBAF1) is known color: Mauve. HEX triplet: EB, BA and F1. RGB value is (235,186,241). Sum of RGB (Red+Green+Blue) = 235+186+241=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF1 is #14450E. Grayscale: #CECECE. Windows color (decimal): -1328399 or 15842027. OLE color: 15842027.

HSL color Cylindrical-coordinate representation of color #EBBAF1: hue angle of 293.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBAF1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 186 241 -
CMYK 0.02 0.23 0 0.05
HSL 293.45º 0.66% 0.84% -
HSV(B) 293.45º 0.23% 0.95% -
XYZ 67.7 59.13 91.06 -
YUV 206.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 235 186 241 0.02 0.23 0 0.05 293.45 0.66 0.84
Hex EB BA F1 2 17 0 5 125 42 54
Octal 353 272 361 2 27 0 5 445 102 124
Binary 11101011 10111010 11110001 10 10111 0 101 100100101 1000010 1010100

Color Harmonies of #EBBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAF1

Black with #EBBAF1

Text Example


Text Example

White with #EBBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAF1; }

 p { color: rgb(235,186,241); }

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

background-color css

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

 a { background-color: rgb(235,186,241); }

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

border-color css

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

 span { border-color: rgb(235,186,241); }

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