Html Css Color HEX #EBA0FF Mauve

📋 copy color: '#EBA0FF'

red 235 ◦ green 160 ◦ blue 255

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

Shades of Mauve #EBA0FF

Tints of Mauve #EBA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 36.15%
G = 24.62%
B = 39.23%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBA0FF (or 0xEBA0FF) is known color: Mauve. HEX triplet: EB, A0 and FF. RGB value is (235,160,255). Sum of RGB (Red+Green+Blue) = 235+160+255=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FF is #145F00. Grayscale: #C0C0C0. Windows color (decimal): -1335041 or 16752875. OLE color: 16752875.

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

Color convert

RGB 235 160 255 -
CMYK 0.08 0.37 0 0
HSL 287.37º 1% 0.81% -
HSV(B) 287.37º 0.37% 1% -
XYZ 64.88 50.02 100.84 -
YUV 193.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 235 160 255 0.08 0.37 0 0 287.37 1 0.81
Hex EB A0 FF 8 25 0 0 11F 64 51
Octal 353 240 377 10 45 0 0 437 144 121
Binary 11101011 10100000 11111111 1000 100101 0 0 100011111 1100100 1010001

Color Harmonies of #EBA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0FF

Black with #EBA0FF

Text Example


Text Example

White with #EBA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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