Html Css Color HEX #EEA2FC Mauve

📋 copy color: '#EEA2FC'

red 238 ◦ green 162 ◦ blue 252

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

Shades of Mauve #EEA2FC

Tints of Mauve #EEA2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 36.5%
G = 24.85%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEA2FC (or 0xEEA2FC) is known color: Mauve. HEX triplet: EE, A2 and FC. RGB value is (238,162,252). Sum of RGB (Red+Green+Blue) = 238+162+252=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FC is #115D03. Grayscale: #C2C2C2. Windows color (decimal): -1137924 or 16556782. OLE color: 16556782.

HSL color Cylindrical-coordinate representation of color #EEA2FC: hue angle of 290.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA2FC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 162 252 -
CMYK 0.06 0.36 0 0.01
HSL 290.67º 0.94% 0.81% -
HSV(B) 290.67º 0.36% 0.99% -
XYZ 65.75 51.05 98.48 -
YUV 194.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 238 162 252 0.06 0.36 0 0.01 290.67 0.94 0.81
Hex EE A2 FC 6 24 0 1 123 5E 51
Octal 356 242 374 6 44 0 1 443 136 121
Binary 11101110 10100010 11111100 110 100100 0 1 100100011 1011110 1010001

Color Harmonies of #EEA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2FC

Black with #EEA2FC

Text Example


Text Example

White with #EEA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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