Html Css Color HEX #EBA0FA Mauve

📋 copy color: '#EBA0FA'

red 235 ◦ green 160 ◦ blue 250

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

Shades of Mauve #EBA0FA

Tints of Mauve #EBA0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 36.43%
G = 24.81%
B = 38.76%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA0FA (or 0xEBA0FA) is known color: Mauve. HEX triplet: EB, A0 and FA. RGB value is (235,160,250). Sum of RGB (Red+Green+Blue) = 235+160+250=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 160 (62.89% from 255 or 24.81% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FA is #145F05. Grayscale: #C0C0C0. Windows color (decimal): -1335046 or 16425195. OLE color: 16425195.

HSL color Cylindrical-coordinate representation of color #EBA0FA: hue angle of 290º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA0FA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 160 250 -
CMYK 0.06 0.36 0 0.02
HSL 290º 0.9% 0.8% -
HSV(B) 290º 0.36% 0.98% -
XYZ 64.09 49.71 96.66 -
YUV 192.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 235 160 250 0.06 0.36 0 0.02 290 0.9 0.8
Hex EB A0 FA 6 24 0 2 122 5A 50
Octal 353 240 372 6 44 0 2 442 132 120
Binary 11101011 10100000 11111010 110 100100 0 10 100100010 1011010 1010000

Color Harmonies of #EBA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0FA

Black with #EBA0FA

Text Example


Text Example

White with #EBA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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