Html Css Color HEX #EEA0F9 Mauve

📋 copy color: '#EEA0F9'

red 238 ◦ green 160 ◦ blue 249

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

Shades of Mauve #EEA0F9

Tints of Mauve #EEA0F9

RGB

 RED value IS 238 (93.36% from 255) = 36.79%

 GREEN value IS 160 (62.89% from 255) = 24.73%

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 36.79%
G = 24.73%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEA0F9 (or 0xEEA0F9) is known color: Mauve. HEX triplet: EE, A0 and F9. RGB value is (238,160,249). Sum of RGB (Red+Green+Blue) = 238+160+249=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEA0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0F9 is #115F06. Grayscale: #C1C1C1. Windows color (decimal): -1138439 or 16359662. OLE color: 16359662.

HSL color Cylindrical-coordinate representation of color #EEA0F9: hue angle of 292.58º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA0F9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 160 249 -
CMYK 0.04 0.36 0 0.02
HSL 292.58º 0.88% 0.8% -
HSV(B) 292.58º 0.36% 0.98% -
XYZ 64.93 50.16 95.88 -
YUV 193.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 238 160 249 0.04 0.36 0 0.02 292.58 0.88 0.8
Hex EE A0 F9 4 24 0 2 125 58 50
Octal 356 240 371 4 44 0 2 445 130 120
Binary 11101110 10100000 11111001 100 100100 0 10 100100101 1011000 1010000

Color Harmonies of #EEA0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0F9

Black with #EEA0F9

Text Example


Text Example

White with #EEA0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0F9; }

 p { color: rgb(238,160,249); }

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

background-color css

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

 a { background-color: rgb(238,160,249); }

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

border-color css

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

 span { border-color: rgb(238,160,249); }

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