Html Css Color HEX #EBACFD Mauve

📋 copy color: '#EBACFD'

red 235 ◦ green 172 ◦ blue 253

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

Shades of Mauve #EBACFD

Tints of Mauve #EBACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.33%

R = 35.61%
G = 26.06%
B = 38.33%

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

#EBACFD (or 0xEBACFD) is known color: Mauve. HEX triplet: EB, AC and FD. RGB value is (235,172,253). Sum of RGB (Red+Green+Blue) = 235+172+253=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFD is #145302. Grayscale: #C7C7C7. Windows color (decimal): -1331971 or 16624875. OLE color: 16624875.

HSL color Cylindrical-coordinate representation of color #EBACFD: hue angle of 286.67º degrees, saturation: 0.95, 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 #EBACFD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 172 253 -
CMYK 0.07 0.32 0 0.01
HSL 286.67º 0.95% 0.83% -
HSV(B) 286.67º 0.32% 0.99% -
XYZ 66.74 54.26 99.88 -
YUV 200.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 235 172 253 0.07 0.32 0 0.01 286.67 0.95 0.83
Hex EB AC FD 7 20 0 1 11F 5F 53
Octal 353 254 375 7 40 0 1 437 137 123
Binary 11101011 10101100 11111101 111 100000 0 1 100011111 1011111 1010011

Color Harmonies of #EBACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACFD

Black with #EBACFD

Text Example


Text Example

White with #EBACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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