#EBB2F9

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

Shades of Mauve #EBB2F9

Tints of Mauve #EBB2F9

Color information

#EBB2F9 (or 0xEBB2F9) is unknown color: approx Mauve. HEX triplet: EB, B2 and F9. RGB value is (235,178,249). Sum of RGB (Red+Green+Blue) = 235+178+249=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2F9 is #144D06. Grayscale: #CACACA. Windows color (decimal): -1330439 or 16364267. OLE color: 16364267.

HSL color Cylindrical-coordinate representation of color #EBB2F9: hue angle of 288.17º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB2F9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235178249-
CMYK0.060.2900.02
HSL288.17º85.54%83.73%-
HSV(B)288.17º28.51%97.65%-
XYZ67.2856.3496.95-
YUV203.14153.88150.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 178 (69.92% from 255) = 26.89%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=35.50%
G=26.89%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351782490.060.2900.02288.1785.5483.73
HexEBB2F961D021205654
Octal35326237163502440126124
Binary1110101110110010111110011101110101010010000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2F9; }

 p { color: rgb(235,178,249); }

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

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

 a { background-color: rgb(235,178,249); }

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

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

 span { border-color: rgb(235,178,249); }

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