Html Css Color HEX #EAC7FF Mauve

📋 copy color: '#EAC7FF'

red 234 ◦ green 199 ◦ blue 255

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

Shades of Mauve #EAC7FF

Tints of Mauve #EAC7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 34.01%
G = 28.92%
B = 37.06%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC7FF (or 0xEAC7FF) is known color: Mauve. HEX triplet: EA, C7 and FF. RGB value is (234,199,255). Sum of RGB (Red+Green+Blue) = 234+199+255=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7FF is #153800. Grayscale: #D7D7D7. Windows color (decimal): -1390593 or 16762858. OLE color: 16762858.

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

Color convert

RGB 234 199 255 -
CMYK 0.08 0.22 0 0
HSL 277.5º 1% 0.89% -
HSV(B) 277.5º 0.22% 1% -
XYZ 72.41 65.56 103.45 -
YUV 215.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 234 199 255 0.08 0.22 0 0 277.5 1 0.89
Hex EA C7 FF 8 16 0 0 116 64 59
Octal 352 307 377 10 26 0 0 426 144 131
Binary 11101010 11000111 11111111 1000 10110 0 0 100010110 1100100 1011001

Color Harmonies of #EAC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7FF

Black with #EAC7FF

Text Example


Text Example

White with #EAC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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