#EBC0F5

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

Shades of Mauve #EBC0F5

Tints of Mauve #EBC0F5

Color information

#EBC0F5 (or 0xEBC0F5) is unknown color: approx Mauve. HEX triplet: EB, C0 and F5. RGB value is (235,192,245). Sum of RGB (Red+Green+Blue) = 235+192+245=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBC0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F5 is #143F0A. Grayscale: #D2D2D2. Windows color (decimal): -1326859 or 16105707. OLE color: 16105707.

HSL color Cylindrical-coordinate representation of color #EBC0F5: hue angle of 288.68º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC0F5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235192245-
CMYK0.040.2200.04
HSL288.68º72.6%85.69%-
HSV(B)288.68º21.63%96.08%-
XYZ69.5961.9594.68-
YUV210.9147.25145.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 192 (75.39% from 255) = 28.57%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=34.97%
G=28.57%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351922450.040.2200.04288.6872.685.69
HexEBC0F5416041214956
Octal35330036542604441111126
Binary11101011110000001111010110010110010010010000110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0F5; }

 p { color: rgb(235,192,245); }

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

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

 a { background-color: rgb(235,192,245); }

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

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

 span { border-color: rgb(235,192,245); }

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