#EB9AFD

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

Shades of Mauve #EB9AFD

Tints of Mauve #EB9AFD

Color information

#EB9AFD (or 0xEB9AFD) is unknown color: approx Mauve. HEX triplet: EB, 9A and FD. RGB value is (235,154,253). Sum of RGB (Red+Green+Blue) = 235+154+253=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 154 (60.55% from 255 or 23.99% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB9AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AFD is #146502. Grayscale: #BDBDBD. Windows color (decimal): -1336579 or 16620267. OLE color: 16620267.

HSL color Cylindrical-coordinate representation of color #EB9AFD: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9AFD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235154253-
CMYK0.070.3900.01
HSL289.09º96.12%79.8%-
HSV(B)289.09º39.13%99.22%-
XYZ63.5547.8798.82-
YUV189.51163.84160.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 154 (60.55% from 255) = 23.99%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=36.60%
G=23.99%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351542530.070.3900.01289.0996.1279.8
HexEB9AFD727011216050
Octal35323237574701441140120
Binary1110101110011010111111011111001110110010000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AFD; }

 p { color: rgb(235,154,253); }

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

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

 a { background-color: rgb(235,154,253); }

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

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

 span { border-color: rgb(235,154,253); }

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