Html Css Color HEX #EAB7FF Mauve

📋 copy color: '#EAB7FF'

red 234 ◦ green 183 ◦ blue 255

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

Shades of Mauve #EAB7FF

Tints of Mauve #EAB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.23%

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

R = 34.82%
G = 27.23%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB7FF (or 0xEAB7FF) is known color: Mauve. HEX triplet: EA, B7 and FF. RGB value is (234,183,255). Sum of RGB (Red+Green+Blue) = 234+183+255=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7FF is #154800. Grayscale: #CECECE. Windows color (decimal): -1394689 or 16758762. OLE color: 16758762.

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

Color convert

RGB 234 183 255 -
CMYK 0.08 0.28 0 0
HSL 282.5º 1% 0.86% -
HSV(B) 282.5º 0.28% 1% -
XYZ 68.92 58.58 102.28 -
YUV 206.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 234 183 255 0.08 0.28 0 0 282.5 1 0.86
Hex EA B7 FF 8 1C 0 0 11A 64 56
Octal 352 267 377 10 34 0 0 432 144 126
Binary 11101010 10110111 11111111 1000 11100 0 0 100011010 1100100 1010110

Color Harmonies of #EAB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB7FF

Black with #EAB7FF

Text Example


Text Example

White with #EAB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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