Html Css Color HEX #EAB6FF Mauve

📋 copy color: '#EAB6FF'

red 234 ◦ green 182 ◦ blue 255

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

Shades of Mauve #EAB6FF

Tints of Mauve #EAB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.12%

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

R = 34.87%
G = 27.12%
B = 38%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB6FF (or 0xEAB6FF) is known color: Mauve. HEX triplet: EA, B6 and FF. RGB value is (234,182,255). Sum of RGB (Red+Green+Blue) = 234+182+255=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6FF is #154900. Grayscale: #CDCDCD. Windows color (decimal): -1394945 or 16758506. OLE color: 16758506.

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

Color convert

RGB 234 182 255 -
CMYK 0.08 0.29 0 0
HSL 282.74º 1% 0.86% -
HSV(B) 282.74º 0.29% 1% -
XYZ 68.71 58.17 102.21 -
YUV 205.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 234 182 255 0.08 0.29 0 0 282.74 1 0.86
Hex EA B6 FF 8 1D 0 0 11B 64 56
Octal 352 266 377 10 35 0 0 433 144 126
Binary 11101010 10110110 11111111 1000 11101 0 0 100011011 1100100 1010110

Color Harmonies of #EAB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6FF

Black with #EAB6FF

Text Example


Text Example

White with #EAB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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