Html Css Color HEX #EBBAF5 Mauve

📋 copy color: '#EBBAF5'

red 235 ◦ green 186 ◦ blue 245

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

Shades of Mauve #EBBAF5

Tints of Mauve #EBBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 35.29%
G = 27.93%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBBAF5 (or 0xEBBAF5) is known color: Mauve. HEX triplet: EB, BA and F5. RGB value is (235,186,245). Sum of RGB (Red+Green+Blue) = 235+186+245=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF5 is #14450A. Grayscale: #CFCFCF. Windows color (decimal): -1328395 or 16104171. OLE color: 16104171.

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

Color convert

RGB 235 186 245 -
CMYK 0.04 0.24 0 0.04
HSL 289.83º 0.75% 0.85% -
HSV(B) 289.83º 0.24% 0.96% -
XYZ 68.3 59.37 94.25 -
YUV 207.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 235 186 245 0.04 0.24 0 0.04 289.83 0.75 0.85
Hex EB BA F5 4 18 0 4 122 4B 55
Octal 353 272 365 4 30 0 4 442 113 125
Binary 11101011 10111010 11110101 100 11000 0 100 100100010 1001011 1010101

Color Harmonies of #EBBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAF5

Black with #EBBAF5

Text Example


Text Example

White with #EBBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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