Html Css Color HEX #EBACF4 Mauve

📋 copy color: '#EBACF4'

red 235 ◦ green 172 ◦ blue 244

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

Shades of Mauve #EBACF4

Tints of Mauve #EBACF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.48%

R = 36.1%
G = 26.42%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBACF4 (or 0xEBACF4) is known color: Mauve. HEX triplet: EB, AC and F4. RGB value is (235,172,244). Sum of RGB (Red+Green+Blue) = 235+172+244=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF4 is #14530B. Grayscale: #C6C6C6. Windows color (decimal): -1331980 or 16035051. OLE color: 16035051.

HSL color Cylindrical-coordinate representation of color #EBACF4: hue angle of 292.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBACF4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 172 244 -
CMYK 0.04 0.30 0 0.04
HSL 292.5º 0.77% 0.82% -
HSV(B) 292.5º 0.3% 0.96% -
XYZ 65.34 53.7 92.51 -
YUV 199.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 235 172 244 0.04 0.30 0 0.04 292.5 0.77 0.82
Hex EB AC F4 4 1E 0 4 124 4D 52
Octal 353 254 364 4 36 0 4 444 115 122
Binary 11101011 10101100 11110100 100 11110 0 100 100100100 1001101 1010010

Color Harmonies of #EBACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACF4

Black with #EBACF4

Text Example


Text Example

White with #EBACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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