Html Css Color HEX #EBA7FF Mauve

📋 copy color: '#EBA7FF'

red 235 ◦ green 167 ◦ blue 255

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

Shades of Mauve #EBA7FF

Tints of Mauve #EBA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.42%

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

R = 35.77%
G = 25.42%
B = 38.81%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBA7FF (or 0xEBA7FF) is known color: Mauve. HEX triplet: EB, A7 and FF. RGB value is (235,167,255). Sum of RGB (Red+Green+Blue) = 235+167+255=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 167 (65.62% from 255 or 25.42% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FF is #145800. Grayscale: #C5C5C5. Windows color (decimal): -1333249 or 16754667. OLE color: 16754667.

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

Color convert

RGB 235 167 255 -
CMYK 0.08 0.35 0 0
HSL 286.36º 1% 0.83% -
HSV(B) 286.36º 0.35% 1% -
XYZ 66.13 52.52 101.26 -
YUV 197.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 235 167 255 0.08 0.35 0 0 286.36 1 0.83
Hex EB A7 FF 8 23 0 0 11E 64 53
Octal 353 247 377 10 43 0 0 436 144 123
Binary 11101011 10100111 11111111 1000 100011 0 0 100011110 1100100 1010011

Color Harmonies of #EBA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7FF

Black with #EBA7FF

Text Example


Text Example

White with #EBA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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