Html Css Color HEX #EBB4FE Mauve

📋 copy color: '#EBB4FE'

red 235 ◦ green 180 ◦ blue 254

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

Shades of Mauve #EBB4FE

Tints of Mauve #EBB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.97%

R = 35.13%
G = 26.91%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBB4FE (or 0xEBB4FE) is known color: Mauve. HEX triplet: EB, B4 and FE. RGB value is (235,180,254). Sum of RGB (Red+Green+Blue) = 235+180+254=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4FE is #144B01. Grayscale: #CCCCCC. Windows color (decimal): -1329922 or 16692459. OLE color: 16692459.

HSL color Cylindrical-coordinate representation of color #EBB4FE: hue angle of 284.59º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB4FE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 180 254 -
CMYK 0.07 0.29 0 0.00
HSL 284.59º 0.97% 0.85% -
HSV(B) 284.59º 0.29% 1% -
XYZ 68.47 57.46 101.25 -
YUV 204.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 235 180 254 0.07 0.29 0 0.00 284.59 0.97 0.85
Hex EB B4 FE 7 1D 0 0 11D 61 55
Octal 353 264 376 7 35 0 0 435 141 125
Binary 11101011 10110100 11111110 111 11101 0 0 100011101 1100001 1010101

Color Harmonies of #EBB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4FE

Black with #EBB4FE

Text Example


Text Example

White with #EBB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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