Html Css Color HEX #E4BAFF Mauve

📋 copy color: '#E4BAFF'

red 228 ◦ green 186 ◦ blue 255

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

Shades of Mauve #E4BAFF

Tints of Mauve #E4BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 34.08%
G = 27.8%
B = 38.12%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E4BAFF (or 0xE4BAFF) is known color: Mauve. HEX triplet: E4, BA and FF. RGB value is (228,186,255). Sum of RGB (Red+Green+Blue) = 228+186+255=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFF is #1B4500. Grayscale: #CECECE. Windows color (decimal): -1787137 or 16759524. OLE color: 16759524.

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

Color convert

RGB 228 186 255 -
CMYK 0.11 0.27 0 0
HSL 276.52º 1% 0.86% -
HSV(B) 276.52º 0.27% 1% -
XYZ 67.6 58.83 102.4 -
YUV 206.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 228 186 255 0.11 0.27 0 0 276.52 1 0.86
Hex E4 BA FF B 1B 0 0 115 64 56
Octal 344 272 377 13 33 0 0 425 144 126
Binary 11100100 10111010 11111111 1011 11011 0 0 100010101 1100100 1010110

Color Harmonies of #E4BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BAFF

Black with #E4BAFF

Text Example


Text Example

White with #E4BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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