Html Css Color HEX #E7B4F5 Mauve

📋 copy color: '#E7B4F5'

red 231 ◦ green 180 ◦ blue 245

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

Shades of Mauve #E7B4F5

Tints of Mauve #E7B4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 35.21%
G = 27.44%
B = 37.35%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E7B4F5 (or 0xE7B4F5) is known color: Mauve. HEX triplet: E7, B4 and F5. RGB value is (231,180,245). Sum of RGB (Red+Green+Blue) = 231+180+245=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7B4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B4F5 is #184B0A. Grayscale: #CACACA. Windows color (decimal): -1592075 or 16102631. OLE color: 16102631.

HSL color Cylindrical-coordinate representation of color #E7B4F5: hue angle of 287.08º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B4F5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 180 245 -
CMYK 0.06 0.27 0 0.04
HSL 287.08º 0.76% 0.83% -
HSV(B) 287.08º 0.27% 0.96% -
XYZ 65.76 56.22 93.77 -
YUV 202.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 231 180 245 0.06 0.27 0 0.04 287.08 0.76 0.83
Hex E7 B4 F5 6 1B 0 4 11F 4C 53
Octal 347 264 365 6 33 0 4 437 114 123
Binary 11100111 10110100 11110101 110 11011 0 100 100011111 1001100 1010011

Color Harmonies of #E7B4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B4F5

Black with #E7B4F5

Text Example


Text Example

White with #E7B4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B4F5; }

 p { color: rgb(231,180,245); }

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

background-color css

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

 a { background-color: rgb(231,180,245); }

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

border-color css

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

 span { border-color: rgb(231,180,245); }

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