Html Css Color HEX #EBA4FE Mauve

📋 copy color: '#EBA4FE'

red 235 ◦ green 164 ◦ blue 254

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

Shades of Mauve #EBA4FE

Tints of Mauve #EBA4FE

RGB

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

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

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

R = 35.99%
G = 25.11%
B = 38.9%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBA4FE (or 0xEBA4FE) is known color: Mauve. HEX triplet: EB, A4 and FE. RGB value is (235,164,254). Sum of RGB (Red+Green+Blue) = 235+164+254=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FE is #145B01. Grayscale: #C3C3C3. Windows color (decimal): -1334018 or 16688363. OLE color: 16688363.

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

Color convert

RGB 235 164 254 -
CMYK 0.07 0.35 0 0.00
HSL 287.33º 0.98% 0.82% -
HSV(B) 287.33º 0.35% 1% -
XYZ 65.43 51.37 100.23 -
YUV 195.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 235 164 254 0.07 0.35 0 0.00 287.33 0.98 0.82
Hex EB A4 FE 7 23 0 0 11F 62 52
Octal 353 244 376 7 43 0 0 437 142 122
Binary 11101011 10100100 11111110 111 100011 0 0 100011111 1100010 1010010

Color Harmonies of #EBA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4FE

Black with #EBA4FE

Text Example


Text Example

White with #EBA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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