Html Css Color HEX #EEA2F9 Mauve

📋 copy color: '#EEA2F9'

red 238 ◦ green 162 ◦ blue 249

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

Shades of Mauve #EEA2F9

Tints of Mauve #EEA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.96%

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

R = 36.67%
G = 24.96%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEA2F9 (or 0xEEA2F9) is known color: Mauve. HEX triplet: EE, A2 and F9. RGB value is (238,162,249). Sum of RGB (Red+Green+Blue) = 238+162+249=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2F9 is #115D06. Grayscale: #C2C2C2. Windows color (decimal): -1137927 or 16360174. OLE color: 16360174.

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

Color convert

RGB 238 162 249 -
CMYK 0.04 0.35 0 0.02
HSL 292.41º 0.88% 0.81% -
HSV(B) 292.41º 0.35% 0.98% -
XYZ 65.28 50.86 96 -
YUV 194.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 238 162 249 0.04 0.35 0 0.02 292.41 0.88 0.81
Hex EE A2 F9 4 23 0 2 124 58 51
Octal 356 242 371 4 43 0 2 444 130 121
Binary 11101110 10100010 11111001 100 100011 0 10 100100100 1011000 1010001

Color Harmonies of #EEA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2F9

Black with #EEA2F9

Text Example


Text Example

White with #EEA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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