Html Css Color HEX #EBB2FA Mauve

📋 copy color: '#EBB2FA'

red 235 ◦ green 178 ◦ blue 250

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

Shades of Mauve #EBB2FA

Tints of Mauve #EBB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.85%

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

R = 35.44%
G = 26.85%
B = 37.71%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBB2FA (or 0xEBB2FA) is known color: Mauve. HEX triplet: EB, B2 and FA. RGB value is (235,178,250). Sum of RGB (Red+Green+Blue) = 235+178+250=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2FA is #144D05. Grayscale: #CBCBCB. Windows color (decimal): -1330438 or 16429803. OLE color: 16429803.

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

Color convert

RGB 235 178 250 -
CMYK 0.06 0.29 0 0.02
HSL 287.5º 0.88% 0.84% -
HSV(B) 287.5º 0.29% 0.98% -
XYZ 67.44 56.41 97.78 -
YUV 203.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 235 178 250 0.06 0.29 0 0.02 287.5 0.88 0.84
Hex EB B2 FA 6 1D 0 2 120 58 54
Octal 353 262 372 6 35 0 2 440 130 124
Binary 11101011 10110010 11111010 110 11101 0 10 100100000 1011000 1010100

Color Harmonies of #EBB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2FA

Black with #EBB2FA

Text Example


Text Example

White with #EBB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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