Html Css Color HEX #EAB2FF Mauve

📋 copy color: '#EAB2FF'

red 234 ◦ green 178 ◦ blue 255

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

Shades of Mauve #EAB2FF

Tints of Mauve #EAB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.69%

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

R = 35.08%
G = 26.69%
B = 38.23%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB2FF (or 0xEAB2FF) is known color: Mauve. HEX triplet: EA, B2 and FF. RGB value is (234,178,255). Sum of RGB (Red+Green+Blue) = 234+178+255=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2FF is #154D00. Grayscale: #CBCBCB. Windows color (decimal): -1395969 or 16757482. OLE color: 16757482.

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

Color convert

RGB 234 178 255 -
CMYK 0.08 0.30 0 0
HSL 283.64º 1% 0.85% -
HSV(B) 283.64º 0.3% 1% -
XYZ 67.9 56.55 101.94 -
YUV 203.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 234 178 255 0.08 0.30 0 0 283.64 1 0.85
Hex EA B2 FF 8 1E 0 0 11C 64 55
Octal 352 262 377 10 36 0 0 434 144 125
Binary 11101010 10110010 11111111 1000 11110 0 0 100011100 1100100 1010101

Color Harmonies of #EAB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2FF

Black with #EAB2FF

Text Example


Text Example

White with #EAB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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