Html Css Color HEX #EAB0FF Mauve

📋 copy color: '#EAB0FF'

red 234 ◦ green 176 ◦ blue 255

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

Shades of Mauve #EAB0FF

Tints of Mauve #EAB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.47%

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

R = 35.19%
G = 26.47%
B = 38.35%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB0FF (or 0xEAB0FF) is known color: Mauve. HEX triplet: EA, B0 and FF. RGB value is (234,176,255). Sum of RGB (Red+Green+Blue) = 234+176+255=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0FF is #154F00. Grayscale: #CACACA. Windows color (decimal): -1396481 or 16756970. OLE color: 16756970.

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

Color convert

RGB 234 176 255 -
CMYK 0.08 0.31 0 0
HSL 284.05º 1% 0.85% -
HSV(B) 284.05º 0.31% 1% -
XYZ 67.51 55.76 101.81 -
YUV 202.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 234 176 255 0.08 0.31 0 0 284.05 1 0.85
Hex EA B0 FF 8 1F 0 0 11C 64 55
Octal 352 260 377 10 37 0 0 434 144 125
Binary 11101010 10110000 11111111 1000 11111 0 0 100011100 1100100 1010101

Color Harmonies of #EAB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0FF

Black with #EAB0FF

Text Example


Text Example

White with #EAB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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