Html Css Color HEX #EBB5FF Mauve

📋 copy color: '#EBB5FF'

red 235 ◦ green 181 ◦ blue 255

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

Shades of Mauve #EBB5FF

Tints of Mauve #EBB5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 35.02%
G = 26.97%
B = 38%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBB5FF (or 0xEBB5FF) is known color: Mauve. HEX triplet: EB, B5 and FF. RGB value is (235,181,255). Sum of RGB (Red+Green+Blue) = 235+181+255=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FF is #144A00. Grayscale: #CDCDCD. Windows color (decimal): -1329665 or 16758251. OLE color: 16758251.

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

Color convert

RGB 235 181 255 -
CMYK 0.08 0.29 0 0
HSL 283.78º 1% 0.85% -
HSV(B) 283.78º 0.29% 1% -
XYZ 68.83 57.93 102.16 -
YUV 205.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 235 181 255 0.08 0.29 0 0 283.78 1 0.85
Hex EB B5 FF 8 1D 0 0 11C 64 55
Octal 353 265 377 10 35 0 0 434 144 125
Binary 11101011 10110101 11111111 1000 11101 0 0 100011100 1100100 1010101

Color Harmonies of #EBB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5FF

Black with #EBB5FF

Text Example


Text Example

White with #EBB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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