Html Css Color HEX #EAACF6 Mauve

📋 copy color: '#EAACF6'

red 234 ◦ green 172 ◦ blue 246

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

Shades of Mauve #EAACF6

Tints of Mauve #EAACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.73%

R = 35.89%
G = 26.38%
B = 37.73%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAACF6 (or 0xEAACF6) is known color: Mauve. HEX triplet: EA, AC and F6. RGB value is (234,172,246). Sum of RGB (Red+Green+Blue) = 234+172+246=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF6 is #155309. Grayscale: #C6C6C6. Windows color (decimal): -1397514 or 16166122. OLE color: 16166122.

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

Color convert

RGB 234 172 246 -
CMYK 0.05 0.30 0 0.04
HSL 290.27º 0.8% 0.82% -
HSV(B) 290.27º 0.3% 0.96% -
XYZ 65.32 53.65 94.1 -
YUV 198.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 234 172 246 0.05 0.30 0 0.04 290.27 0.8 0.82
Hex EA AC F6 5 1E 0 4 122 50 52
Octal 352 254 366 5 36 0 4 442 120 122
Binary 11101010 10101100 11110110 101 11110 0 100 100100010 1010000 1010010

Color Harmonies of #EAACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACF6

Black with #EAACF6

Text Example


Text Example

White with #EAACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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