Html Css Color HEX #EAC8FE Mauve

📋 copy color: '#EAC8FE'

red 234 ◦ green 200 ◦ blue 254

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

Shades of Mauve #EAC8FE

Tints of Mauve #EAC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.07%

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

R = 34.01%
G = 29.07%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAC8FE (or 0xEAC8FE) is known color: Mauve. HEX triplet: EA, C8 and FE. RGB value is (234,200,254). Sum of RGB (Red+Green+Blue) = 234+200+254=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8FE is #153701. Grayscale: #D8D8D8. Windows color (decimal): -1390338 or 16697578. OLE color: 16697578.

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

Color convert

RGB 234 200 254 -
CMYK 0.08 0.21 0 0.00
HSL 277.78º 0.96% 0.89% -
HSV(B) 277.78º 0.21% 1% -
XYZ 72.48 65.96 102.68 -
YUV 216.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 234 200 254 0.08 0.21 0 0.00 277.78 0.96 0.89
Hex EA C8 FE 8 15 0 0 116 60 59
Octal 352 310 376 10 25 0 0 426 140 131
Binary 11101010 11001000 11111110 1000 10101 0 0 100010110 1100000 1011001

Color Harmonies of #EAC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8FE

Black with #EAC8FE

Text Example


Text Example

White with #EAC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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