Html Css Color HEX #EAC0F8 Mauve

📋 copy color: '#EAC0F8'

red 234 ◦ green 192 ◦ blue 248

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

Shades of Mauve #EAC0F8

Tints of Mauve #EAC0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.8%

R = 34.72%
G = 28.49%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAC0F8 (or 0xEAC0F8) is known color: Mauve. HEX triplet: EA, C0 and F8. RGB value is (234,192,248). Sum of RGB (Red+Green+Blue) = 234+192+248=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAC0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0F8 is #153F07. Grayscale: #D2D2D2. Windows color (decimal): -1392392 or 16302314. OLE color: 16302314.

HSL color Cylindrical-coordinate representation of color #EAC0F8: hue angle of 285º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC0F8 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 192 248 -
CMYK 0.06 0.23 0 0.03
HSL 285º 0.8% 0.86% -
HSV(B) 285º 0.23% 0.97% -
XYZ 69.72 61.97 97.09 -
YUV 210.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 234 192 248 0.06 0.23 0 0.03 285 0.8 0.86
Hex EA C0 F8 6 17 0 3 11D 50 56
Octal 352 300 370 6 27 0 3 435 120 126
Binary 11101010 11000000 11111000 110 10111 0 11 100011101 1010000 1010110

Color Harmonies of #EAC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0F8

Black with #EAC0F8

Text Example


Text Example

White with #EAC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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