Html Css Color HEX #EABEF8 Mauve

📋 copy color: '#EABEF8'

red 234 ◦ green 190 ◦ blue 248

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

Shades of Mauve #EABEF8

Tints of Mauve #EABEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.27%

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 34.82%
G = 28.27%
B = 36.9%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABEF8 (or 0xEABEF8) is known color: Mauve. HEX triplet: EA, BE and F8. RGB value is (234,190,248). Sum of RGB (Red+Green+Blue) = 234+190+248=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF8 is #154107. Grayscale: #D1D1D1. Windows color (decimal): -1392904 or 16301802. OLE color: 16301802.

HSL color Cylindrical-coordinate representation of color #EABEF8: hue angle of 285.52º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABEF8 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 190 248 -
CMYK 0.06 0.23 0 0.03
HSL 285.52º 0.81% 0.86% -
HSV(B) 285.52º 0.23% 0.97% -
XYZ 69.29 61.1 96.95 -
YUV 209.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 234 190 248 0.06 0.23 0 0.03 285.52 0.81 0.86
Hex EA BE F8 6 17 0 3 11E 51 56
Octal 352 276 370 6 27 0 3 436 121 126
Binary 11101010 10111110 11111000 110 10111 0 11 100011110 1010001 1010110

Color Harmonies of #EABEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEF8

Black with #EABEF8

Text Example


Text Example

White with #EABEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEF8; }

 p { color: rgb(234,190,248); }

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

background-color css

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

 a { background-color: rgb(234,190,248); }

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

border-color css

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

 span { border-color: rgb(234,190,248); }

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