#EBB4FF

Color #EBB4FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EBB4FF

Tints of Mauve #EBB4FF

Color information

#EBB4FF (or 0xEBB4FF) is unknown color: approx Mauve. HEX triplet: EB, B4 and FF. RGB value is (235,180,255). Sum of RGB (Red+Green+Blue) = 235+180+255=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4FF is #144B00. Grayscale: #CCCCCC. Windows color (decimal): -1329921 or 16757995. OLE color: 16757995.

HSL color Cylindrical-coordinate representation of color #EBB4FF: hue angle of 284º 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 #EBB4FF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235180255-
CMYK0.080.2900
HSL284º100%85.29%-
HSV(B)284º29.41%100%-
XYZ68.6357.52102.09-
YUV205156.22149.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 255 (100% from 255) = 38.06%
R=35.07%
G=26.87%
B=38.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351802550.080.290028410085.29
HexEBB4FF81D0011c6455
Octal353264377103500434144125
Binary1110101110110100111111111000111010010001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4FF; }

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

 H1.HeaderClassName
 {
   color: #EBB4FF;
 }
 .AnyTagClassName
 {
   color: #EBB4FF;
 }
</style>
background-color css

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

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

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

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

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

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