Html Css Color HEX #EBA4FA Mauve

📋 copy color: '#EBA4FA'

red 235 ◦ green 164 ◦ blue 250

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

Shades of Mauve #EBA4FA

Tints of Mauve #EBA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.27%

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

R = 36.21%
G = 25.27%
B = 38.52%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA4FA (or 0xEBA4FA) is known color: Mauve. HEX triplet: EB, A4 and FA. RGB value is (235,164,250). Sum of RGB (Red+Green+Blue) = 235+164+250=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FA is #145B05. Grayscale: #C2C2C2. Windows color (decimal): -1334022 or 16426219. OLE color: 16426219.

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

Color convert

RGB 235 164 250 -
CMYK 0.06 0.34 0 0.02
HSL 289.53º 0.9% 0.81% -
HSV(B) 289.53º 0.34% 0.98% -
XYZ 64.79 51.12 96.89 -
YUV 195.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 235 164 250 0.06 0.34 0 0.02 289.53 0.9 0.81
Hex EB A4 FA 6 22 0 2 122 5A 51
Octal 353 244 372 6 42 0 2 442 132 121
Binary 11101011 10100100 11111010 110 100010 0 10 100100010 1011010 1010001

Color Harmonies of #EBA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4FA

Black with #EBA4FA

Text Example


Text Example

White with #EBA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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