Html Css Color HEX #EABCFA Mauve

📋 copy color: '#EABCFA'

red 234 ◦ green 188 ◦ blue 250

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

Shades of Mauve #EABCFA

Tints of Mauve #EABCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 34.82%
G = 27.98%
B = 37.2%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABCFA (or 0xEABCFA) is known color: Mauve. HEX triplet: EA, BC and FA. RGB value is (234,188,250). Sum of RGB (Red+Green+Blue) = 234+188+250=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFA is #154305. Grayscale: #D0D0D0. Windows color (decimal): -1393414 or 16432362. OLE color: 16432362.

HSL color Cylindrical-coordinate representation of color #EABCFA: hue angle of 284.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABCFA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 188 250 -
CMYK 0.06 0.25 0 0.02
HSL 284.52º 0.86% 0.86% -
HSV(B) 284.52º 0.25% 0.98% -
XYZ 69.17 60.36 98.45 -
YUV 208.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 234 188 250 0.06 0.25 0 0.02 284.52 0.86 0.86
Hex EA BC FA 6 19 0 2 11D 56 56
Octal 352 274 372 6 31 0 2 435 126 126
Binary 11101010 10111100 11111010 110 11001 0 10 100011101 1010110 1010110

Color Harmonies of #EABCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCFA

Black with #EABCFA

Text Example


Text Example

White with #EABCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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