Html Css Color HEX #EAC4FD Mauve

📋 copy color: '#EAC4FD'

red 234 ◦ green 196 ◦ blue 253

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

Shades of Mauve #EAC4FD

Tints of Mauve #EAC4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.04%

R = 34.26%
G = 28.7%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAC4FD (or 0xEAC4FD) is known color: Mauve. HEX triplet: EA, C4 and FD. RGB value is (234,196,253). Sum of RGB (Red+Green+Blue) = 234+196+253=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FD is #153B02. Grayscale: #D5D5D5. Windows color (decimal): -1391363 or 16631018. OLE color: 16631018.

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

Color convert

RGB 234 196 253 -
CMYK 0.08 0.23 0 0.01
HSL 280º 0.93% 0.88% -
HSV(B) 280º 0.23% 0.99% -
XYZ 71.4 64.06 101.53 -
YUV 213.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 234 196 253 0.08 0.23 0 0.01 280 0.93 0.88
Hex EA C4 FD 8 17 0 1 118 5D 58
Octal 352 304 375 10 27 0 1 430 135 130
Binary 11101010 11000100 11111101 1000 10111 0 1 100011000 1011101 1011000

Color Harmonies of #EAC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4FD

Black with #EAC4FD

Text Example


Text Example

White with #EAC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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