Html Css Color HEX #E7B0FE Mauve

📋 copy color: '#E7B0FE'

red 231 ◦ green 176 ◦ blue 254

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

Shades of Mauve #E7B0FE

Tints of Mauve #E7B0FE

RGB

 RED value IS 231 (90.63% from 255) = 34.95%

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

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

R = 34.95%
G = 26.63%
B = 38.43%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7B0FE (or 0xE7B0FE) is known color: Mauve. HEX triplet: E7, B0 and FE. RGB value is (231,176,254). Sum of RGB (Red+Green+Blue) = 231+176+254=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0FE is #184F01. Grayscale: #C9C9C9. Windows color (decimal): -1593090 or 16691431. OLE color: 16691431.

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

Color convert

RGB 231 176 254 -
CMYK 0.09 0.31 0 0.00
HSL 282.31º 0.98% 0.84% -
HSV(B) 282.31º 0.31% 1% -
XYZ 66.37 55.2 100.92 -
YUV 201.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 231 176 254 0.09 0.31 0 0.00 282.31 0.98 0.84
Hex E7 B0 FE 9 1F 0 0 11A 62 54
Octal 347 260 376 11 37 0 0 432 142 124
Binary 11100111 10110000 11111110 1001 11111 0 0 100011010 1100010 1010100

Color Harmonies of #E7B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B0FE

Black with #E7B0FE

Text Example


Text Example

White with #E7B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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