#EBA2FD

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

Shades of Mauve #EBA2FD

Tints of Mauve #EBA2FD

Color information

#EBA2FD (or 0xEBA2FD) is unknown color: approx Mauve. HEX triplet: EB, A2 and FD. RGB value is (235,162,253). Sum of RGB (Red+Green+Blue) = 235+162+253=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2FD is #145D02. Grayscale: #C1C1C1. Windows color (decimal): -1334531 or 16622315. OLE color: 16622315.

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

Color convert

RGB235162253-
CMYK0.070.3600.01
HSL288.13º95.79%81.37%-
HSV(B)288.13º35.97%99.22%-
XYZ64.9150.5999.27-
YUV194.2161.18157.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 162 (63.67% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=36.15%
G=24.92%
B=38.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351622530.070.3600.01288.1395.7981.37
HexEBA2FD724011206051
Octal35324237574401440140121
Binary1110101110100010111111011111001000110010000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2FD; }

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

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

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

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

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

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

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

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