Html Css Color HEX #E4B0FE Mauve

📋 copy color: '#E4B0FE'

red 228 ◦ green 176 ◦ blue 254

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

Shades of Mauve #E4B0FE

Tints of Mauve #E4B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.75%

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

R = 34.65%
G = 26.75%
B = 38.6%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4B0FE (or 0xE4B0FE) is known color: Mauve. HEX triplet: E4, B0 and FE. RGB value is (228,176,254). Sum of RGB (Red+Green+Blue) = 228+176+254=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0FE is #1B4F01. Grayscale: #C8C8C8. Windows color (decimal): -1789698 or 16691428. OLE color: 16691428.

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

Color convert

RGB 228 176 254 -
CMYK 0.10 0.31 0 0.00
HSL 280º 0.98% 0.84% -
HSV(B) 280º 0.31% 1% -
XYZ 65.41 54.7 100.88 -
YUV 200.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 228 176 254 0.10 0.31 0 0.00 280 0.98 0.84
Hex E4 B0 FE A 1F 0 0 118 62 54
Octal 344 260 376 12 37 0 0 430 142 124
Binary 11100100 10110000 11111110 1010 11111 0 0 100011000 1100010 1010100

Color Harmonies of #E4B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B0FE

Black with #E4B0FE

Text Example


Text Example

White with #E4B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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