Html Css Color HEX #EBB5FE Mauve

📋 copy color: '#EBB5FE'

red 235 ◦ green 181 ◦ blue 254

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

Shades of Mauve #EBB5FE

Tints of Mauve #EBB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.01%

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

R = 35.07%
G = 27.01%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBB5FE (or 0xEBB5FE) is known color: Mauve. HEX triplet: EB, B5 and FE. RGB value is (235,181,254). Sum of RGB (Red+Green+Blue) = 235+181+254=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FE is #144A01. Grayscale: #CDCDCD. Windows color (decimal): -1329666 or 16692715. OLE color: 16692715.

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

Color convert

RGB 235 181 254 -
CMYK 0.07 0.29 0 0.00
HSL 284.38º 0.97% 0.85% -
HSV(B) 284.38º 0.29% 1% -
XYZ 68.67 57.87 101.32 -
YUV 205.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 235 181 254 0.07 0.29 0 0.00 284.38 0.97 0.85
Hex EB B5 FE 7 1D 0 0 11C 61 55
Octal 353 265 376 7 35 0 0 434 141 125
Binary 11101011 10110101 11111110 111 11101 0 0 100011100 1100001 1010101

Color Harmonies of #EBB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5FE

Black with #EBB5FE

Text Example


Text Example

White with #EBB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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