Html Css Color HEX #EABFF4 Mauve

📋 copy color: '#EABFF4'

red 234 ◦ green 191 ◦ blue 244

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

Shades of Mauve #EABFF4

Tints of Mauve #EABFF4

RGB

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

 GREEN value IS 191 (75% from 255) = 28.55%

 BLUE value IS 244 (95.7% from 255) = 36.47%

R = 34.98%
G = 28.55%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EABFF4 (or 0xEABFF4) is known color: Mauve. HEX triplet: EA, BF and F4. RGB value is (234,191,244). Sum of RGB (Red+Green+Blue) = 234+191+244=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #EABFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF4 is #15400B. Grayscale: #D1D1D1. Windows color (decimal): -1392652 or 16039914. OLE color: 16039914.

HSL color Cylindrical-coordinate representation of color #EABFF4: hue angle of 288.68º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABFF4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 191 244 -
CMYK 0.04 0.22 0 0.04
HSL 288.68º 0.71% 0.85% -
HSV(B) 288.68º 0.22% 0.96% -
XYZ 68.89 61.29 93.79 -
YUV 209.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 234 191 244 0.04 0.22 0 0.04 288.68 0.71 0.85
Hex EA BF F4 4 16 0 4 121 47 55
Octal 352 277 364 4 26 0 4 441 107 125
Binary 11101010 10111111 11110100 100 10110 0 100 100100001 1000111 1010101

Color Harmonies of #EABFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFF4

Black with #EABFF4

Text Example


Text Example

White with #EABFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFF4; }

 p { color: rgb(234,191,244); }

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

background-color css

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

 a { background-color: rgb(234,191,244); }

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

border-color css

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

 span { border-color: rgb(234,191,244); }

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