Html Css Color HEX #EABCFE Mauve

📋 copy color: '#EABCFE'

red 234 ◦ green 188 ◦ blue 254

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

Shades of Mauve #EABCFE

Tints of Mauve #EABCFE

RGB

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

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

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

R = 34.62%
G = 27.81%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EABCFE (or 0xEABCFE) is known color: Mauve. HEX triplet: EA, BC and FE. RGB value is (234,188,254). Sum of RGB (Red+Green+Blue) = 234+188+254=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #EABCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFE is #154301. Grayscale: #D1D1D1. Windows color (decimal): -1393410 or 16694506. OLE color: 16694506.

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

Color convert

RGB 234 188 254 -
CMYK 0.08 0.26 0 0.00
HSL 281.82º 0.97% 0.87% -
HSV(B) 281.82º 0.26% 1% -
XYZ 69.8 60.61 101.79 -
YUV 209.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 234 188 254 0.08 0.26 0 0.00 281.82 0.97 0.87
Hex EA BC FE 8 1A 0 0 11A 61 57
Octal 352 274 376 10 32 0 0 432 141 127
Binary 11101010 10111100 11111110 1000 11010 0 0 100011010 1100001 1010111

Color Harmonies of #EABCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCFE

Black with #EABCFE

Text Example


Text Example

White with #EABCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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