Html Css Color HEX #EBB0F5 Mauve

📋 copy color: '#EBB0F5'

red 235 ◦ green 176 ◦ blue 245

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

Shades of Mauve #EBB0F5

Tints of Mauve #EBB0F5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.83%

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 35.82%
G = 26.83%
B = 37.35%

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

#EBB0F5 (or 0xEBB0F5) is known color: Mauve. HEX triplet: EB, B0 and F5. RGB value is (235,176,245). Sum of RGB (Red+Green+Blue) = 235+176+245=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0F5 is #144F0A. Grayscale: #C9C9C9. Windows color (decimal): -1330955 or 16101611. OLE color: 16101611.

HSL color Cylindrical-coordinate representation of color #EBB0F5: hue angle of 291.3º degrees, saturation: 0.78, 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 #EBB0F5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 176 245 -
CMYK 0.04 0.28 0 0.04
HSL 291.3º 0.78% 0.83% -
HSV(B) 291.3º 0.28% 0.96% -
XYZ 66.27 55.31 93.57 -
YUV 201.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 235 176 245 0.04 0.28 0 0.04 291.3 0.78 0.83
Hex EB B0 F5 4 1C 0 4 123 4E 53
Octal 353 260 365 4 34 0 4 443 116 123
Binary 11101011 10110000 11110101 100 11100 0 100 100100011 1001110 1010011

Color Harmonies of #EBB0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0F5

Black with #EBB0F5

Text Example


Text Example

White with #EBB0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0F5; }

 p { color: rgb(235,176,245); }

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

background-color css

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

 a { background-color: rgb(235,176,245); }

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

border-color css

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

 span { border-color: rgb(235,176,245); }

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