Html Css Color HEX #EABCF1 Mauve

📋 copy color: '#EABCF1'

red 234 ◦ green 188 ◦ blue 241

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

Shades of Mauve #EABCF1

Tints of Mauve #EABCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.36%

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 35.29%
G = 28.36%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EABCF1 (or 0xEABCF1) is known color: Mauve. HEX triplet: EA, BC and F1. RGB value is (234,188,241). Sum of RGB (Red+Green+Blue) = 234+188+241=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF1 is #15430E. Grayscale: #CFCFCF. Windows color (decimal): -1393423 or 15842538. OLE color: 15842538.

HSL color Cylindrical-coordinate representation of color #EABCF1: hue angle of 292.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABCF1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 188 241 -
CMYK 0.03 0.22 0 0.05
HSL 292.08º 0.65% 0.84% -
HSV(B) 292.08º 0.22% 0.95% -
XYZ 67.79 59.81 91.19 -
YUV 207.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 234 188 241 0.03 0.22 0 0.05 292.08 0.65 0.84
Hex EA BC F1 3 16 0 5 124 41 54
Octal 352 274 361 3 26 0 5 444 101 124
Binary 11101010 10111100 11110001 11 10110 0 101 100100100 1000001 1010100

Color Harmonies of #EABCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCF1

Black with #EABCF1

Text Example


Text Example

White with #EABCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCF1; }

 p { color: rgb(234,188,241); }

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

background-color css

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

 a { background-color: rgb(234,188,241); }

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

border-color css

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

 span { border-color: rgb(234,188,241); }

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