Html Css Color HEX #EAB8F3 Mauve

📋 copy color: '#EAB8F3'

red 234 ◦ green 184 ◦ blue 243

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

Shades of Mauve #EAB8F3

Tints of Mauve #EAB8F3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.84%

 BLUE value IS 243 (95.31% from 255) = 36.76%

R = 35.4%
G = 27.84%
B = 36.76%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAB8F3 (or 0xEAB8F3) is known color: Mauve. HEX triplet: EA, B8 and F3. RGB value is (234,184,243). Sum of RGB (Red+Green+Blue) = 234+184+243=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAB8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8F3 is #15470C. Grayscale: #CDCDCD. Windows color (decimal): -1394445 or 15972586. OLE color: 15972586.

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

Color convert

RGB 234 184 243 -
CMYK 0.04 0.24 0 0.05
HSL 290.85º 0.71% 0.84% -
HSV(B) 290.85º 0.24% 0.95% -
XYZ 67.25 58.24 92.49 -
YUV 205.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 234 184 243 0.04 0.24 0 0.05 290.85 0.71 0.84
Hex EA B8 F3 4 18 0 5 123 47 54
Octal 352 270 363 4 30 0 5 443 107 124
Binary 11101010 10111000 11110011 100 11000 0 101 100100011 1000111 1010100

Color Harmonies of #EAB8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8F3

Black with #EAB8F3

Text Example


Text Example

White with #EAB8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8F3; }

 p { color: rgb(234,184,243); }

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

background-color css

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

 a { background-color: rgb(234,184,243); }

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

border-color css

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

 span { border-color: rgb(234,184,243); }

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