Html Css Color HEX #EBB9FE Mauve

📋 copy color: '#EBB9FE'

red 235 ◦ green 185 ◦ blue 254

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

Shades of Mauve #EBB9FE

Tints of Mauve #EBB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.45%

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

R = 34.87%
G = 27.45%
B = 37.69%

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

#EBB9FE (or 0xEBB9FE) is known color: Mauve. HEX triplet: EB, B9 and FE. RGB value is (235,185,254). Sum of RGB (Red+Green+Blue) = 235+185+254=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9FE is #144601. Grayscale: #CFCFCF. Windows color (decimal): -1328642 or 16693739. OLE color: 16693739.

HSL color Cylindrical-coordinate representation of color #EBB9FE: hue angle of 283.48º 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 #EBB9FE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 185 254 -
CMYK 0.07 0.27 0 0.00
HSL 283.48º 0.97% 0.86% -
HSV(B) 283.48º 0.27% 1% -
XYZ 69.5 59.52 101.59 -
YUV 207.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 235 185 254 0.07 0.27 0 0.00 283.48 0.97 0.86
Hex EB B9 FE 7 1B 0 0 11B 61 56
Octal 353 271 376 7 33 0 0 433 141 126
Binary 11101011 10111001 11111110 111 11011 0 0 100011011 1100001 1010110

Color Harmonies of #EBB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9FE

Black with #EBB9FE

Text Example


Text Example

White with #EBB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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