Html Css Color HEX #EBB2F7 Mauve

📋 copy color: '#EBB2F7'

red 235 ◦ green 178 ◦ blue 247

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

Shades of Mauve #EBB2F7

Tints of Mauve #EBB2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.42%

R = 35.61%
G = 26.97%
B = 37.42%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBB2F7 (or 0xEBB2F7) is known color: Mauve. HEX triplet: EB, B2 and F7. RGB value is (235,178,247). Sum of RGB (Red+Green+Blue) = 235+178+247=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 178 (69.92% from 255 or 26.97% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBB2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2F7 is #144D08. Grayscale: #CACACA. Windows color (decimal): -1330441 or 16233195. OLE color: 16233195.

HSL color Cylindrical-coordinate representation of color #EBB2F7: hue angle of 289.57º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB2F7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 178 247 -
CMYK 0.05 0.28 0 0.03
HSL 289.57º 0.81% 0.83% -
HSV(B) 289.57º 0.28% 0.97% -
XYZ 66.97 56.22 95.32 -
YUV 202.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 235 178 247 0.05 0.28 0 0.03 289.57 0.81 0.83
Hex EB B2 F7 5 1C 0 3 122 51 53
Octal 353 262 367 5 34 0 3 442 121 123
Binary 11101011 10110010 11110111 101 11100 0 11 100100010 1010001 1010011

Color Harmonies of #EBB2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2F7

Black with #EBB2F7

Text Example


Text Example

White with #EBB2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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