Html Css Color HEX #EAB0FE Mauve

📋 copy color: '#EAB0FE'

red 234 ◦ green 176 ◦ blue 254

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

Shades of Mauve #EAB0FE

Tints of Mauve #EAB0FE

RGB

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

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

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

R = 35.24%
G = 26.51%
B = 38.25%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAB0FE (or 0xEAB0FE) is known color: Mauve. HEX triplet: EA, B0 and FE. RGB value is (234,176,254). Sum of RGB (Red+Green+Blue) = 234+176+254=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0FE is #154F01. Grayscale: #C9C9C9. Windows color (decimal): -1396482 or 16691434. OLE color: 16691434.

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

Color convert

RGB 234 176 254 -
CMYK 0.08 0.31 0 0.00
HSL 284.62º 0.98% 0.84% -
HSV(B) 284.62º 0.31% 1% -
XYZ 67.35 55.7 100.97 -
YUV 202.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 234 176 254 0.08 0.31 0 0.00 284.62 0.98 0.84
Hex EA B0 FE 8 1F 0 0 11D 62 54
Octal 352 260 376 10 37 0 0 435 142 124
Binary 11101010 10110000 11111110 1000 11111 0 0 100011101 1100010 1010100

Color Harmonies of #EAB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0FE

Black with #EAB0FE

Text Example


Text Example

White with #EAB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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