Html Css Color HEX #EAC0FA Mauve

📋 copy color: '#EAC0FA'

red 234 ◦ green 192 ◦ blue 250

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

Shades of Mauve #EAC0FA

Tints of Mauve #EAC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 34.62%
G = 28.4%
B = 36.98%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC0FA (or 0xEAC0FA) is known color: Mauve. HEX triplet: EA, C0 and FA. RGB value is (234,192,250). Sum of RGB (Red+Green+Blue) = 234+192+250=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FA is #153F05. Grayscale: #D2D2D2. Windows color (decimal): -1392390 or 16433386. OLE color: 16433386.

HSL color Cylindrical-coordinate representation of color #EAC0FA: hue angle of 283.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC0FA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 192 250 -
CMYK 0.06 0.23 0 0.02
HSL 283.45º 0.85% 0.87% -
HSV(B) 283.45º 0.23% 0.98% -
XYZ 70.04 62.09 98.74 -
YUV 211.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 234 192 250 0.06 0.23 0 0.02 283.45 0.85 0.87
Hex EA C0 FA 6 17 0 2 11B 55 57
Octal 352 300 372 6 27 0 2 433 125 127
Binary 11101010 11000000 11111010 110 10111 0 10 100011011 1010101 1010111

Color Harmonies of #EAC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0FA

Black with #EAC0FA

Text Example


Text Example

White with #EAC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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