Html Css Color HEX #EBAAFC Mauve

📋 copy color: '#EBAAFC'

red 235 ◦ green 170 ◦ blue 252

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

Shades of Mauve #EBAAFC

Tints of Mauve #EBAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.88%

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

R = 35.77%
G = 25.88%
B = 38.36%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBAAFC (or 0xEBAAFC) is known color: Mauve. HEX triplet: EB, AA and FC. RGB value is (235,170,252). Sum of RGB (Red+Green+Blue) = 235+170+252=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFC is #145503. Grayscale: #C6C6C6. Windows color (decimal): -1332484 or 16558827. OLE color: 16558827.

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

Color convert

RGB 235 170 252 -
CMYK 0.07 0.33 0 0.01
HSL 287.56º 0.93% 0.83% -
HSV(B) 287.56º 0.33% 0.99% -
XYZ 66.21 53.44 98.92 -
YUV 198.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 235 170 252 0.07 0.33 0 0.01 287.56 0.93 0.83
Hex EB AA FC 7 21 0 1 120 5D 53
Octal 353 252 374 7 41 0 1 440 135 123
Binary 11101011 10101010 11111100 111 100001 0 1 100100000 1011101 1010011

Color Harmonies of #EBAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAFC

Black with #EBAAFC

Text Example


Text Example

White with #EBAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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