Html Css Color HEX #EAB8FD Mauve

📋 copy color: '#EAB8FD'

red 234 ◦ green 184 ◦ blue 253

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

Shades of Mauve #EAB8FD

Tints of Mauve #EAB8FD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.42%

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 34.87%
G = 27.42%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAB8FD (or 0xEAB8FD) is known color: Mauve. HEX triplet: EA, B8 and FD. RGB value is (234,184,253). Sum of RGB (Red+Green+Blue) = 234+184+253=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAB8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8FD is #154702. Grayscale: #CECECE. Windows color (decimal): -1394435 or 16627946. OLE color: 16627946.

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

Color convert

RGB 234 184 253 -
CMYK 0.08 0.27 0 0.01
HSL 283.48º 0.95% 0.86% -
HSV(B) 283.48º 0.27% 0.99% -
XYZ 68.8 58.87 100.66 -
YUV 206.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 234 184 253 0.08 0.27 0 0.01 283.48 0.95 0.86
Hex EA B8 FD 8 1B 0 1 11B 5F 56
Octal 352 270 375 10 33 0 1 433 137 126
Binary 11101010 10111000 11111101 1000 11011 0 1 100011011 1011111 1010110

Color Harmonies of #EAB8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8FD

Black with #EAB8FD

Text Example


Text Example

White with #EAB8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8FD; }

 p { color: rgb(234,184,253); }

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

background-color css

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

 a { background-color: rgb(234,184,253); }

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

border-color css

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

 span { border-color: rgb(234,184,253); }

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