Html Css Color HEX #EAC0FE Mauve

📋 copy color: '#EAC0FE'

red 234 ◦ green 192 ◦ blue 254

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

Shades of Mauve #EAC0FE

Tints of Mauve #EAC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.24%

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

R = 34.41%
G = 28.24%
B = 37.35%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAC0FE (or 0xEAC0FE) is known color: Mauve. HEX triplet: EA, C0 and FE. RGB value is (234,192,254). Sum of RGB (Red+Green+Blue) = 234+192+254=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FE is #153F01. Grayscale: #D3D3D3. Windows color (decimal): -1392386 or 16695530. OLE color: 16695530.

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

Color convert

RGB 234 192 254 -
CMYK 0.08 0.24 0 0.00
HSL 280.65º 0.97% 0.87% -
HSV(B) 280.65º 0.24% 1% -
XYZ 70.67 62.35 102.08 -
YUV 211.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 234 192 254 0.08 0.24 0 0.00 280.65 0.97 0.87
Hex EA C0 FE 8 18 0 0 119 61 57
Octal 352 300 376 10 30 0 0 431 141 127
Binary 11101010 11000000 11111110 1000 11000 0 0 100011001 1100001 1010111

Color Harmonies of #EAC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0FE

Black with #EAC0FE

Text Example


Text Example

White with #EAC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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