Html Css Color HEX #EAADFE Mauve

📋 copy color: '#EAADFE'

red 234 ◦ green 173 ◦ blue 254

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

Shades of Mauve #EAADFE

Tints of Mauve #EAADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.17%

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

R = 35.4%
G = 26.17%
B = 38.43%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAADFE (or 0xEAADFE) is known color: Mauve. HEX triplet: EA, AD and FE. RGB value is (234,173,254). Sum of RGB (Red+Green+Blue) = 234+173+254=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFE is #155201. Grayscale: #C8C8C8. Windows color (decimal): -1397250 or 16690666. OLE color: 16690666.

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

Color convert

RGB 234 173 254 -
CMYK 0.08 0.32 0 0.00
HSL 285.19º 0.98% 0.84% -
HSV(B) 285.19º 0.32% 1% -
XYZ 66.76 54.54 100.77 -
YUV 200.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 234 173 254 0.08 0.32 0 0.00 285.19 0.98 0.84
Hex EA AD FE 8 20 0 0 11D 62 54
Octal 352 255 376 10 40 0 0 435 142 124
Binary 11101010 10101101 11111110 1000 100000 0 0 100011101 1100010 1010100

Color Harmonies of #EAADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADFE

Black with #EAADFE

Text Example


Text Example

White with #EAADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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