Html Css Color HEX #EBB3FA Mauve

📋 copy color: '#EBB3FA'

red 235 ◦ green 179 ◦ blue 250

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

Shades of Mauve #EBB3FA

Tints of Mauve #EBB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.96%

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 35.39%
G = 26.96%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBB3FA (or 0xEBB3FA) is known color: Mauve. HEX triplet: EB, B3 and FA. RGB value is (235,179,250). Sum of RGB (Red+Green+Blue) = 235+179+250=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3FA is #144C05. Grayscale: #CBCBCB. Windows color (decimal): -1330182 or 16430059. OLE color: 16430059.

HSL color Cylindrical-coordinate representation of color #EBB3FA: hue angle of 287.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB3FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 179 250 -
CMYK 0.06 0.28 0 0.02
HSL 287.32º 0.88% 0.84% -
HSV(B) 287.32º 0.28% 0.98% -
XYZ 67.64 56.8 97.84 -
YUV 203.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 235 179 250 0.06 0.28 0 0.02 287.32 0.88 0.84
Hex EB B3 FA 6 1C 0 2 11F 58 54
Octal 353 263 372 6 34 0 2 437 130 124
Binary 11101011 10110011 11111010 110 11100 0 10 100011111 1011000 1010100

Color Harmonies of #EBB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB3FA

Black with #EBB3FA

Text Example


Text Example

White with #EBB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB3FA; }

 p { color: rgb(235,179,250); }

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

background-color css

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

 a { background-color: rgb(235,179,250); }

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

border-color css

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

 span { border-color: rgb(235,179,250); }

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