Html Css Color HEX #EAACF7 Mauve

📋 copy color: '#EAACF7'

red 234 ◦ green 172 ◦ blue 247

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

Shades of Mauve #EAACF7

Tints of Mauve #EAACF7

RGB

 RED value IS 234 (91.8% from 255) = 35.83%

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

 BLUE value IS 247 (96.88% from 255) = 37.83%

R = 35.83%
G = 26.34%
B = 37.83%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAACF7 (or 0xEAACF7) is known color: Mauve. HEX triplet: EA, AC and F7. RGB value is (234,172,247). Sum of RGB (Red+Green+Blue) = 234+172+247=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF7 is #155308. Grayscale: #C6C6C6. Windows color (decimal): -1397513 or 16231658. OLE color: 16231658.

HSL color Cylindrical-coordinate representation of color #EAACF7: hue angle of 289.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAACF7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 172 247 -
CMYK 0.05 0.30 0 0.03
HSL 289.6º 0.82% 0.82% -
HSV(B) 289.6º 0.3% 0.97% -
XYZ 65.47 53.71 94.91 -
YUV 199.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 234 172 247 0.05 0.30 0 0.03 289.6 0.82 0.82
Hex EA AC F7 5 1E 0 3 122 52 52
Octal 352 254 367 5 36 0 3 442 122 122
Binary 11101010 10101100 11110111 101 11110 0 11 100100010 1010010 1010010

Color Harmonies of #EAACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACF7

Black with #EAACF7

Text Example


Text Example

White with #EAACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACF7; }

 p { color: rgb(234,172,247); }

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

background-color css

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

 a { background-color: rgb(234,172,247); }

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

border-color css

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

 span { border-color: rgb(234,172,247); }

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