Html Css Color HEX #E2B7FD Mauve

📋 copy color: '#E2B7FD'

red 226 ◦ green 183 ◦ blue 253

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

Shades of Mauve #E2B7FD

Tints of Mauve #E2B7FD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.64%

 BLUE value IS 253 (99.22% from 255) = 38.22%

R = 34.14%
G = 27.64%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2B7FD (or 0xE2B7FD) is known color: Mauve. HEX triplet: E2, B7 and FD. RGB value is (226,183,253). Sum of RGB (Red+Green+Blue) = 226+183+253=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7FD is #1D4802. Grayscale: #CBCBCB. Windows color (decimal): -1918979 or 16627682. OLE color: 16627682.

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

Color convert

RGB 226 183 253 -
CMYK 0.11 0.28 0 0.01
HSL 276.86º 0.95% 0.85% -
HSV(B) 276.86º 0.28% 0.99% -
XYZ 66.03 57.13 100.48 -
YUV 203.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 226 183 253 0.11 0.28 0 0.01 276.86 0.95 0.85
Hex E2 B7 FD B 1C 0 1 115 5F 55
Octal 342 267 375 13 34 0 1 425 137 125
Binary 11100010 10110111 11111101 1011 11100 0 1 100010101 1011111 1010101

Color Harmonies of #E2B7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B7FD

Black with #E2B7FD

Text Example


Text Example

White with #E2B7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B7FD; }

 p { color: rgb(226,183,253); }

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

background-color css

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

 a { background-color: rgb(226,183,253); }

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

border-color css

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

 span { border-color: rgb(226,183,253); }

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