Html Css Color HEX #EBACFC Mauve

📋 copy color: '#EBACFC'

red 235 ◦ green 172 ◦ blue 252

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

Shades of Mauve #EBACFC

Tints of Mauve #EBACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 35.66%
G = 26.1%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBACFC (or 0xEBACFC) is known color: Mauve. HEX triplet: EB, AC and FC. RGB value is (235,172,252). Sum of RGB (Red+Green+Blue) = 235+172+252=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFC is #145303. Grayscale: #C7C7C7. Windows color (decimal): -1331972 or 16559339. OLE color: 16559339.

HSL color Cylindrical-coordinate representation of color #EBACFC: hue angle of 287.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBACFC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 172 252 -
CMYK 0.07 0.32 0 0.01
HSL 287.25º 0.93% 0.83% -
HSV(B) 287.25º 0.32% 0.99% -
XYZ 66.58 54.2 99.05 -
YUV 199.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 235 172 252 0.07 0.32 0 0.01 287.25 0.93 0.83
Hex EB AC FC 7 20 0 1 11F 5D 53
Octal 353 254 374 7 40 0 1 437 135 123
Binary 11101011 10101100 11111100 111 100000 0 1 100011111 1011101 1010011

Color Harmonies of #EBACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACFC

Black with #EBACFC

Text Example


Text Example

White with #EBACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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