Html Css Color HEX #EABAFE Mauve

📋 copy color: '#EABAFE'

red 234 ◦ green 186 ◦ blue 254

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

Shades of Mauve #EABAFE

Tints of Mauve #EABAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.6%

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 34.72%
G = 27.6%
B = 37.69%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EABAFE (or 0xEABAFE) is known color: Mauve. HEX triplet: EA, BA and FE. RGB value is (234,186,254). Sum of RGB (Red+Green+Blue) = 234+186+254=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EABAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFE is #154501. Grayscale: #CFCFCF. Windows color (decimal): -1393922 or 16693994. OLE color: 16693994.

HSL color Cylindrical-coordinate representation of color #EABAFE: hue angle of 282.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABAFE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 186 254 -
CMYK 0.08 0.27 0 0.00
HSL 282.35º 0.97% 0.86% -
HSV(B) 282.35º 0.27% 1% -
XYZ 69.38 59.77 101.65 -
YUV 208.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 234 186 254 0.08 0.27 0 0.00 282.35 0.97 0.86
Hex EA BA FE 8 1B 0 0 11A 61 56
Octal 352 272 376 10 33 0 0 432 141 126
Binary 11101010 10111010 11111110 1000 11011 0 0 100011010 1100001 1010110

Color Harmonies of #EABAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAFE

Black with #EABAFE

Text Example


Text Example

White with #EABAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAFE; }

 p { color: rgb(234,186,254); }

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

background-color css

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

 a { background-color: rgb(234,186,254); }

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

border-color css

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

 span { border-color: rgb(234,186,254); }

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