Html Css Color HEX #E4BFF2 Mauve

📋 copy color: '#E4BFF2'

red 228 ◦ green 191 ◦ blue 242

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

Shades of Mauve #E4BFF2

Tints of Mauve #E4BFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 28.9%

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 34.49%
G = 28.9%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E4BFF2 (or 0xE4BFF2) is known color: Mauve. HEX triplet: E4, BF and F2. RGB value is (228,191,242). Sum of RGB (Red+Green+Blue) = 228+191+242=661 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.49% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFF2 is #1B400D. Grayscale: #CFCFCF. Windows color (decimal): -1785870 or 15908836. OLE color: 15908836.

HSL color Cylindrical-coordinate representation of color #E4BFF2: hue angle of 283.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BFF2 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 191 242 -
CMYK 0.06 0.21 0 0.05
HSL 283.53º 0.66% 0.85% -
HSV(B) 283.53º 0.21% 0.95% -
XYZ 66.65 60.17 92.1 -
YUV 207.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 228 191 242 0.06 0.21 0 0.05 283.53 0.66 0.85
Hex E4 BF F2 6 15 0 5 11C 42 55
Octal 344 277 362 6 25 0 5 434 102 125
Binary 11100100 10111111 11110010 110 10101 0 101 100011100 1000010 1010101

Color Harmonies of #E4BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BFF2

Black with #E4BFF2

Text Example


Text Example

White with #E4BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BFF2; }

 p { color: rgb(228,191,242); }

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

background-color css

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

 a { background-color: rgb(228,191,242); }

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

border-color css

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

 span { border-color: rgb(228,191,242); }

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