#EBB0F8

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

Shades of Mauve #EBB0F8

Tints of Mauve #EBB0F8

Color information

#EBB0F8 (or 0xEBB0F8) is unknown color: approx Mauve. HEX triplet: EB, B0 and F8. RGB value is (235,176,248). Sum of RGB (Red+Green+Blue) = 235+176+248=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBB0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0F8 is #144F07. Grayscale: #C9C9C9. Windows color (decimal): -1330952 or 16298219. OLE color: 16298219.

HSL color Cylindrical-coordinate representation of color #EBB0F8: hue angle of 289.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB0F8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235176248-
CMYK0.050.2900.03
HSL289.17º83.72%83.14%-
HSV(B)289.17º29.03%97.25%-
XYZ66.7355.4996-
YUV201.85154.05151.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=35.66%
G=26.71%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351762480.050.2900.03289.1783.7283.14
HexEBB0F851D031215453
Octal35326037053503441124123
Binary1110101110110000111110001011110101110010000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0F8; }

 p { color: rgb(235,176,248); }

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

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

 a { background-color: rgb(235,176,248); }

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

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

 span { border-color: rgb(235,176,248); }

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