Html Css Color HEX #E2B4FE Mauve

📋 copy color: '#E2B4FE'

red 226 ◦ green 180 ◦ blue 254

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

Shades of Mauve #E2B4FE

Tints of Mauve #E2B4FE

RGB

 RED value IS 226 (88.67% from 255) = 34.24%

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

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

R = 34.24%
G = 27.27%
B = 38.48%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2B4FE (or 0xE2B4FE) is known color: Mauve. HEX triplet: E2, B4 and FE. RGB value is (226,180,254). Sum of RGB (Red+Green+Blue) = 226+180+254=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4FE is #1D4B01. Grayscale: #C9C9C9. Windows color (decimal): -1919746 or 16692450. OLE color: 16692450.

HSL color Cylindrical-coordinate representation of color #E2B4FE: hue angle of 277.3º 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 #E2B4FE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 180 254 -
CMYK 0.11 0.29 0 0.00
HSL 277.3º 0.97% 0.85% -
HSV(B) 277.3º 0.29% 1% -
XYZ 65.57 55.97 101.11 -
YUV 202.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 226 180 254 0.11 0.29 0 0.00 277.3 0.97 0.85
Hex E2 B4 FE B 1D 0 0 115 61 55
Octal 342 264 376 13 35 0 0 425 141 125
Binary 11100010 10110100 11111110 1011 11101 0 0 100010101 1100001 1010101

Color Harmonies of #E2B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B4FE

Black with #E2B4FE

Text Example


Text Example

White with #E2B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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