Html Css Color HEX #EBB2F6 Mauve

📋 copy color: '#EBB2F6'

red 235 ◦ green 178 ◦ blue 246

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

Shades of Mauve #EBB2F6

Tints of Mauve #EBB2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.33%

R = 35.66%
G = 27.01%
B = 37.33%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBB2F6 (or 0xEBB2F6) is known color: Mauve. HEX triplet: EB, B2 and F6. RGB value is (235,178,246). Sum of RGB (Red+Green+Blue) = 235+178+246=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2F6 is #144D09. Grayscale: #CACACA. Windows color (decimal): -1330442 or 16167659. OLE color: 16167659.

HSL color Cylindrical-coordinate representation of color #EBB2F6: hue angle of 290.29º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB2F6 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 178 246 -
CMYK 0.04 0.28 0 0.04
HSL 290.29º 0.79% 0.83% -
HSV(B) 290.29º 0.28% 0.96% -
XYZ 66.82 56.16 94.51 -
YUV 202.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 235 178 246 0.04 0.28 0 0.04 290.29 0.79 0.83
Hex EB B2 F6 4 1C 0 4 122 4F 53
Octal 353 262 366 4 34 0 4 442 117 123
Binary 11101011 10110010 11110110 100 11100 0 100 100100010 1001111 1010011

Color Harmonies of #EBB2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2F6

Black with #EBB2F6

Text Example


Text Example

White with #EBB2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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