Html Css Color HEX #E4BAFE Mauve

📋 copy color: '#E4BAFE'

red 228 ◦ green 186 ◦ blue 254

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

Shades of Mauve #E4BAFE

Tints of Mauve #E4BAFE

RGB

 RED value IS 228 (89.45% from 255) = 34.13%

 GREEN value IS 186 (73.05% from 255) = 27.84%

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

R = 34.13%
G = 27.84%
B = 38.02%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4BAFE (or 0xE4BAFE) is known color: Mauve. HEX triplet: E4, BA and FE. RGB value is (228,186,254). Sum of RGB (Red+Green+Blue) = 228+186+254=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFE is #1B4501. Grayscale: #CECECE. Windows color (decimal): -1787138 or 16693988. OLE color: 16693988.

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

Color convert

RGB 228 186 254 -
CMYK 0.10 0.27 0 0.00
HSL 277.06º 0.97% 0.86% -
HSV(B) 277.06º 0.27% 1% -
XYZ 67.44 58.77 101.55 -
YUV 206.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 228 186 254 0.10 0.27 0 0.00 277.06 0.97 0.86
Hex E4 BA FE A 1B 0 0 115 61 56
Octal 344 272 376 12 33 0 0 425 141 126
Binary 11100100 10111010 11111110 1010 11011 0 0 100010101 1100001 1010110

Color Harmonies of #E4BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BAFE

Black with #E4BAFE

Text Example


Text Example

White with #E4BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BAFE; }

 p { color: rgb(228,186,254); }

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

background-color css

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

 a { background-color: rgb(228,186,254); }

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

border-color css

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

 span { border-color: rgb(228,186,254); }

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