Html Css Color HEX #EEA1FE Mauve

📋 copy color: '#EEA1FE'

red 238 ◦ green 161 ◦ blue 254

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

Shades of Mauve #EEA1FE

Tints of Mauve #EEA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.66%

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

R = 36.45%
G = 24.66%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEA1FE (or 0xEEA1FE) is known color: Mauve. HEX triplet: EE, A1 and FE. RGB value is (238,161,254). Sum of RGB (Red+Green+Blue) = 238+161+254=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1FE is #115E01. Grayscale: #C2C2C2. Windows color (decimal): -1138178 or 16687598. OLE color: 16687598.

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

Color convert

RGB 238 161 254 -
CMYK 0.06 0.37 0 0.00
HSL 289.68º 0.98% 0.81% -
HSV(B) 289.68º 0.37% 1% -
XYZ 65.89 50.82 100.1 -
YUV 194.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 238 161 254 0.06 0.37 0 0.00 289.68 0.98 0.81
Hex EE A1 FE 6 25 0 0 122 62 51
Octal 356 241 376 6 45 0 0 442 142 121
Binary 11101110 10100001 11111110 110 100101 0 0 100100010 1100010 1010001

Color Harmonies of #EEA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1FE

Black with #EEA1FE

Text Example


Text Example

White with #EEA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1FE; }

 p { color: rgb(238,161,254); }

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

background-color css

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

 a { background-color: rgb(238,161,254); }

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

border-color css

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

 span { border-color: rgb(238,161,254); }

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