Html Css Color HEX #E7ACF2 Mauve

📋 copy color: '#E7ACF2'

red 231 ◦ green 172 ◦ blue 242

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

Shades of Mauve #E7ACF2

Tints of Mauve #E7ACF2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.67%

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 35.81%
G = 26.67%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7ACF2 (or 0xE7ACF2) is known color: Mauve. HEX triplet: E7, AC and F2. RGB value is (231,172,242). Sum of RGB (Red+Green+Blue) = 231+172+242=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACF2 is #18530D. Grayscale: #C5C5C5. Windows color (decimal): -1594126 or 15903975. OLE color: 15903975.

HSL color Cylindrical-coordinate representation of color #E7ACF2: hue angle of 290.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ACF2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 172 242 -
CMYK 0.05 0.29 0 0.05
HSL 290.57º 0.73% 0.81% -
HSV(B) 290.57º 0.29% 0.95% -
XYZ 63.73 52.9 90.86 -
YUV 197.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 231 172 242 0.05 0.29 0 0.05 290.57 0.73 0.81
Hex E7 AC F2 5 1D 0 5 123 49 51
Octal 347 254 362 5 35 0 5 443 111 121
Binary 11100111 10101100 11110010 101 11101 0 101 100100011 1001001 1010001

Color Harmonies of #E7ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ACF2

Black with #E7ACF2

Text Example


Text Example

White with #E7ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ACF2; }

 p { color: rgb(231,172,242); }

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

background-color css

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

 a { background-color: rgb(231,172,242); }

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

border-color css

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

 span { border-color: rgb(231,172,242); }

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