Html Css Color HEX #E2B8FC Mauve

📋 copy color: '#E2B8FC'

red 226 ◦ green 184 ◦ blue 252

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

Shades of Mauve #E2B8FC

Tints of Mauve #E2B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.79%

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 34.14%
G = 27.79%
B = 38.07%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2B8FC (or 0xE2B8FC) is known color: Mauve. HEX triplet: E2, B8 and FC. RGB value is (226,184,252). Sum of RGB (Red+Green+Blue) = 226+184+252=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B8FC is #1D4703. Grayscale: #CCCCCC. Windows color (decimal): -1918724 or 16562402. OLE color: 16562402.

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

Color convert

RGB 226 184 252 -
CMYK 0.10 0.27 0 0.01
HSL 277.06º 0.92% 0.85% -
HSV(B) 277.06º 0.27% 0.99% -
XYZ 66.08 57.48 99.71 -
YUV 204.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 226 184 252 0.10 0.27 0 0.01 277.06 0.92 0.85
Hex E2 B8 FC A 1B 0 1 115 5C 55
Octal 342 270 374 12 33 0 1 425 134 125
Binary 11100010 10111000 11111100 1010 11011 0 1 100010101 1011100 1010101

Color Harmonies of #E2B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B8FC

Black with #E2B8FC

Text Example


Text Example

White with #E2B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B8FC; }

 p { color: rgb(226,184,252); }

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

background-color css

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

 a { background-color: rgb(226,184,252); }

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

border-color css

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

 span { border-color: rgb(226,184,252); }

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