Html Css Color HEX #EAC5FA Mauve

📋 copy color: '#EAC5FA'

red 234 ◦ green 197 ◦ blue 250

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

Shades of Mauve #EAC5FA

Tints of Mauve #EAC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.93%

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

R = 34.36%
G = 28.93%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC5FA (or 0xEAC5FA) is known color: Mauve. HEX triplet: EA, C5 and FA. RGB value is (234,197,250). Sum of RGB (Red+Green+Blue) = 234+197+250=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FA is #153A05. Grayscale: #D5D5D5. Windows color (decimal): -1391110 or 16434666. OLE color: 16434666.

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

Color convert

RGB 234 197 250 -
CMYK 0.06 0.21 0 0.02
HSL 281.89º 0.84% 0.88% -
HSV(B) 281.89º 0.21% 0.98% -
XYZ 71.15 64.33 99.11 -
YUV 214.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 234 197 250 0.06 0.21 0 0.02 281.89 0.84 0.88
Hex EA C5 FA 6 15 0 2 11A 54 58
Octal 352 305 372 6 25 0 2 432 124 130
Binary 11101010 11000101 11111010 110 10101 0 10 100011010 1010100 1011000

Color Harmonies of #EAC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5FA

Black with #EAC5FA

Text Example


Text Example

White with #EAC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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