Html Css Color HEX #EBB4F5 Mauve

📋 copy color: '#EBB4F5'

red 235 ◦ green 180 ◦ blue 245

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

Shades of Mauve #EBB4F5

Tints of Mauve #EBB4F5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.27%

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

R = 35.61%
G = 27.27%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBB4F5 (or 0xEBB4F5) is known color: Mauve. HEX triplet: EB, B4 and F5. RGB value is (235,180,245). Sum of RGB (Red+Green+Blue) = 235+180+245=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4F5 is #144B0A. Grayscale: #CBCBCB. Windows color (decimal): -1329931 or 16102635. OLE color: 16102635.

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

Color convert

RGB 235 180 245 -
CMYK 0.04 0.27 0 0.04
HSL 290.77º 0.76% 0.83% -
HSV(B) 290.77º 0.27% 0.96% -
XYZ 67.06 56.9 93.83 -
YUV 203.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 235 180 245 0.04 0.27 0 0.04 290.77 0.76 0.83
Hex EB B4 F5 4 1B 0 4 123 4C 53
Octal 353 264 365 4 33 0 4 443 114 123
Binary 11101011 10110100 11110101 100 11011 0 100 100100011 1001100 1010011

Color Harmonies of #EBB4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4F5

Black with #EBB4F5

Text Example


Text Example

White with #EBB4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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