Html Css Color HEX #EBBAFE Mauve

📋 copy color: '#EBBAFE'

red 235 ◦ green 186 ◦ blue 254

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

Shades of Mauve #EBBAFE

Tints of Mauve #EBBAFE

RGB

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

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

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

R = 34.81%
G = 27.56%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBBAFE (or 0xEBBAFE) is known color: Mauve. HEX triplet: EB, BA and FE. RGB value is (235,186,254). Sum of RGB (Red+Green+Blue) = 235+186+254=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFE is #144501. Grayscale: #D0D0D0. Windows color (decimal): -1328386 or 16693995. OLE color: 16693995.

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

Color convert

RGB 235 186 254 -
CMYK 0.07 0.27 0 0.00
HSL 283.24º 0.97% 0.86% -
HSV(B) 283.24º 0.27% 1% -
XYZ 69.71 59.94 101.66 -
YUV 208.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 235 186 254 0.07 0.27 0 0.00 283.24 0.97 0.86
Hex EB BA FE 7 1B 0 0 11B 61 56
Octal 353 272 376 7 33 0 0 433 141 126
Binary 11101011 10111010 11111110 111 11011 0 0 100011011 1100001 1010110

Color Harmonies of #EBBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAFE

Black with #EBBAFE

Text Example


Text Example

White with #EBBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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