Html Css Color HEX #EABFFF Mauve

📋 copy color: '#EABFFF'

red 234 ◦ green 191 ◦ blue 255

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

Shades of Mauve #EABFFF

Tints of Mauve #EABFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 28.09%

 BLUE value IS 255 (100% from 255) = 37.5%

R = 34.41%
G = 28.09%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EABFFF (or 0xEABFFF) is known color: Mauve. HEX triplet: EA, BF and FF. RGB value is (234,191,255). Sum of RGB (Red+Green+Blue) = 234+191+255=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFF is #154000. Grayscale: #D2D2D2. Windows color (decimal): -1392641 or 16760810. OLE color: 16760810.

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

Color convert

RGB 234 191 255 -
CMYK 0.08 0.25 0 0
HSL 280.31º 1% 0.87% -
HSV(B) 280.31º 0.25% 1% -
XYZ 70.61 61.97 102.85 -
YUV 211.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 234 191 255 0.08 0.25 0 0 280.31 1 0.87
Hex EA BF FF 8 19 0 0 118 64 57
Octal 352 277 377 10 31 0 0 430 144 127
Binary 11101010 10111111 11111111 1000 11001 0 0 100011000 1100100 1010111

Color Harmonies of #EABFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFFF

Black with #EABFFF

Text Example


Text Example

White with #EABFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFFF; }

 p { color: rgb(234,191,255); }

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

background-color css

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

 a { background-color: rgb(234,191,255); }

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

border-color css

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

 span { border-color: rgb(234,191,255); }

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