Html Css Color HEX #EBA6FD Mauve

📋 copy color: '#EBA6FD'

red 235 ◦ green 166 ◦ blue 253

#EBA6FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EBA6FD

Tints of Mauve #EBA6FD

RGB

 RED value IS 235 (92.19% from 255) = 35.93%

 GREEN value IS 166 (65.23% from 255) = 25.38%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 35.93%
G = 25.38%
B = 38.69%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBA6FD (or 0xEBA6FD) is known color: Mauve. HEX triplet: EB, A6 and FD. RGB value is (235,166,253). Sum of RGB (Red+Green+Blue) = 235+166+253=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FD is #145902. Grayscale: #C4C4C4. Windows color (decimal): -1333507 or 16623339. OLE color: 16623339.

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

Color convert

RGB 235 166 253 -
CMYK 0.07 0.34 0 0.01
HSL 287.59º 0.96% 0.82% -
HSV(B) 287.59º 0.34% 0.99% -
XYZ 65.63 52.03 99.51 -
YUV 196.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 235 166 253 0.07 0.34 0 0.01 287.59 0.96 0.82
Hex EB A6 FD 7 22 0 1 120 60 52
Octal 353 246 375 7 42 0 1 440 140 122
Binary 11101011 10100110 11111101 111 100010 0 1 100100000 1100000 1010010

Color Harmonies of #EBA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6FD

Black with #EBA6FD

Text Example


Text Example

White with #EBA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6FD; }

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

 H1.HeaderClassName
 {
   color: #EBA6FD;
 }
 .AnyTagClassName
 {
   color: #EBA6FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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