Html Css Color HEX #EBA0FC Mauve

📋 copy color: '#EBA0FC'

red 235 ◦ green 160 ◦ blue 252

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

Shades of Mauve #EBA0FC

Tints of Mauve #EBA0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.73%

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 36.32%
G = 24.73%
B = 38.95%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBA0FC (or 0xEBA0FC) is known color: Mauve. HEX triplet: EB, A0 and FC. RGB value is (235,160,252). Sum of RGB (Red+Green+Blue) = 235+160+252=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FC is #145F03. Grayscale: #C0C0C0. Windows color (decimal): -1335044 or 16556267. OLE color: 16556267.

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

Color convert

RGB 235 160 252 -
CMYK 0.07 0.37 0 0.01
HSL 288.91º 0.94% 0.81% -
HSV(B) 288.91º 0.37% 0.99% -
XYZ 64.4 49.83 98.32 -
YUV 192.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 235 160 252 0.07 0.37 0 0.01 288.91 0.94 0.81
Hex EB A0 FC 7 25 0 1 121 5E 51
Octal 353 240 374 7 45 0 1 441 136 121
Binary 11101011 10100000 11111100 111 100101 0 1 100100001 1011110 1010001

Color Harmonies of #EBA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0FC

Black with #EBA0FC

Text Example


Text Example

White with #EBA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0FC; }

 p { color: rgb(235,160,252); }

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

background-color css

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

 a { background-color: rgb(235,160,252); }

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

border-color css

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

 span { border-color: rgb(235,160,252); }

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