Html Css Color HEX #EAC4FF Mauve

📋 copy color: '#EAC4FF'

red 234 ◦ green 196 ◦ blue 255

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

Shades of Mauve #EAC4FF

Tints of Mauve #EAC4FF

RGB

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

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

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

R = 34.16%
G = 28.61%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC4FF (or 0xEAC4FF) is known color: Mauve. HEX triplet: EA, C4 and FF. RGB value is (234,196,255). Sum of RGB (Red+Green+Blue) = 234+196+255=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FF is #153B00. Grayscale: #D5D5D5. Windows color (decimal): -1391361 or 16762090. OLE color: 16762090.

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

Color convert

RGB 234 196 255 -
CMYK 0.08 0.23 0 0
HSL 278.64º 1% 0.88% -
HSV(B) 278.64º 0.23% 1% -
XYZ 71.72 64.19 103.22 -
YUV 214.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 234 196 255 0.08 0.23 0 0 278.64 1 0.88
Hex EA C4 FF 8 17 0 0 117 64 58
Octal 352 304 377 10 27 0 0 427 144 130
Binary 11101010 11000100 11111111 1000 10111 0 0 100010111 1100100 1011000

Color Harmonies of #EAC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4FF

Black with #EAC4FF

Text Example


Text Example

White with #EAC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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