Html Css Color HEX #EBA1FE Mauve

📋 copy color: '#EBA1FE'

red 235 ◦ green 161 ◦ blue 254

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

Shades of Mauve #EBA1FE

Tints of Mauve #EBA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.77%

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 36.15%
G = 24.77%
B = 39.08%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBA1FE (or 0xEBA1FE) is known color: Mauve. HEX triplet: EB, A1 and FE. RGB value is (235,161,254). Sum of RGB (Red+Green+Blue) = 235+161+254=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FE is #145E01. Grayscale: #C1C1C1. Windows color (decimal): -1334786 or 16687595. OLE color: 16687595.

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

Color convert

RGB 235 161 254 -
CMYK 0.07 0.37 0 0.00
HSL 287.74º 0.98% 0.81% -
HSV(B) 287.74º 0.37% 1% -
XYZ 64.9 50.31 100.06 -
YUV 193.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 235 161 254 0.07 0.37 0 0.00 287.74 0.98 0.81
Hex EB A1 FE 7 25 0 0 120 62 51
Octal 353 241 376 7 45 0 0 440 142 121
Binary 11101011 10100001 11111110 111 100101 0 0 100100000 1100010 1010001

Color Harmonies of #EBA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1FE

Black with #EBA1FE

Text Example


Text Example

White with #EBA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1FE; }

 p { color: rgb(235,161,254); }

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

background-color css

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

 a { background-color: rgb(235,161,254); }

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

border-color css

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

 span { border-color: rgb(235,161,254); }

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