Html Css Color HEX #EAC4FE Mauve

📋 copy color: '#EAC4FE'

red 234 ◦ green 196 ◦ blue 254

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

Shades of Mauve #EAC4FE

Tints of Mauve #EAC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.65%

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

R = 34.21%
G = 28.65%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAC4FE (or 0xEAC4FE) is known color: Mauve. HEX triplet: EA, C4 and FE. RGB value is (234,196,254). Sum of RGB (Red+Green+Blue) = 234+196+254=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 196 (76.95% from 255 or 28.65% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FE is #153B01. Grayscale: #D5D5D5. Windows color (decimal): -1391362 or 16696554. OLE color: 16696554.

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

Color convert

RGB 234 196 254 -
CMYK 0.08 0.23 0 0.00
HSL 279.31º 0.97% 0.88% -
HSV(B) 279.31º 0.23% 1% -
XYZ 71.56 64.13 102.37 -
YUV 213.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 234 196 254 0.08 0.23 0 0.00 279.31 0.97 0.88
Hex EA C4 FE 8 17 0 0 117 61 58
Octal 352 304 376 10 27 0 0 427 141 130
Binary 11101010 11000100 11111110 1000 10111 0 0 100010111 1100001 1011000

Color Harmonies of #EAC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4FE

Black with #EAC4FE

Text Example


Text Example

White with #EAC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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