Html Css Color HEX #EBACFE Mauve

📋 copy color: '#EBACFE'

red 235 ◦ green 172 ◦ blue 254

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

Shades of Mauve #EBACFE

Tints of Mauve #EBACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.02%

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

R = 35.55%
G = 26.02%
B = 38.43%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBACFE (or 0xEBACFE) is known color: Mauve. HEX triplet: EB, AC and FE. RGB value is (235,172,254). Sum of RGB (Red+Green+Blue) = 235+172+254=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFE is #145301. Grayscale: #C7C7C7. Windows color (decimal): -1331970 or 16690411. OLE color: 16690411.

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

Color convert

RGB 235 172 254 -
CMYK 0.07 0.32 0 0.00
HSL 286.1º 0.98% 0.84% -
HSV(B) 286.1º 0.32% 1% -
XYZ 66.9 54.32 100.73 -
YUV 200.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 235 172 254 0.07 0.32 0 0.00 286.1 0.98 0.84
Hex EB AC FE 7 20 0 0 11E 62 54
Octal 353 254 376 7 40 0 0 436 142 124
Binary 11101011 10101100 11111110 111 100000 0 0 100011110 1100010 1010100

Color Harmonies of #EBACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACFE

Black with #EBACFE

Text Example


Text Example

White with #EBACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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