Html Css Color HEX #EAC7FE Mauve

📋 copy color: '#EAC7FE'

red 234 ◦ green 199 ◦ blue 254

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

Shades of Mauve #EAC7FE

Tints of Mauve #EAC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.97%

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

R = 34.06%
G = 28.97%
B = 36.97%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAC7FE (or 0xEAC7FE) is known color: Mauve. HEX triplet: EA, C7 and FE. RGB value is (234,199,254). Sum of RGB (Red+Green+Blue) = 234+199+254=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7FE is #153801. Grayscale: #D7D7D7. Windows color (decimal): -1390594 or 16697322. OLE color: 16697322.

HSL color Cylindrical-coordinate representation of color #EAC7FE: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC7FE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 199 254 -
CMYK 0.08 0.22 0 0.00
HSL 278.18º 0.96% 0.89% -
HSV(B) 278.18º 0.22% 1% -
XYZ 72.24 65.5 102.6 -
YUV 215.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 234 199 254 0.08 0.22 0 0.00 278.18 0.96 0.89
Hex EA C7 FE 8 16 0 0 116 60 59
Octal 352 307 376 10 26 0 0 426 140 131
Binary 11101010 11000111 11111110 1000 10110 0 0 100010110 1100000 1011001

Color Harmonies of #EAC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7FE

Black with #EAC7FE

Text Example


Text Example

White with #EAC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7FE; }

 p { color: rgb(234,199,254); }

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

background-color css

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

 a { background-color: rgb(234,199,254); }

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

border-color css

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

 span { border-color: rgb(234,199,254); }

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