Html Css Color HEX #EABCF2 Mauve

📋 copy color: '#EABCF2'

red 234 ◦ green 188 ◦ blue 242

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

Shades of Mauve #EABCF2

Tints of Mauve #EABCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 35.24%
G = 28.31%
B = 36.45%

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

#EABCF2 (or 0xEABCF2) is known color: Mauve. HEX triplet: EA, BC and F2. RGB value is (234,188,242). Sum of RGB (Red+Green+Blue) = 234+188+242=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF2 is #15430D. Grayscale: #CFCFCF. Windows color (decimal): -1393422 or 15908074. OLE color: 15908074.

HSL color Cylindrical-coordinate representation of color #EABCF2: hue angle of 291.11º degrees, saturation: 0.68, 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 #EABCF2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 188 242 -
CMYK 0.03 0.22 0 0.05
HSL 291.11º 0.68% 0.84% -
HSV(B) 291.11º 0.22% 0.95% -
XYZ 67.94 59.87 91.98 -
YUV 207.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 234 188 242 0.03 0.22 0 0.05 291.11 0.68 0.84
Hex EA BC F2 3 16 0 5 123 44 54
Octal 352 274 362 3 26 0 5 443 104 124
Binary 11101010 10111100 11110010 11 10110 0 101 100100011 1000100 1010100

Color Harmonies of #EABCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCF2

Black with #EABCF2

Text Example


Text Example

White with #EABCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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