Html Css Color HEX #EEA4FA Mauve

📋 copy color: '#EEA4FA'

red 238 ◦ green 164 ◦ blue 250

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

Shades of Mauve #EEA4FA

Tints of Mauve #EEA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.15%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 36.5%
G = 25.15%
B = 38.34%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEA4FA (or 0xEEA4FA) is known color: Mauve. HEX triplet: EE, A4 and FA. RGB value is (238,164,250). Sum of RGB (Red+Green+Blue) = 238+164+250=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4FA is #115B05. Grayscale: #C3C3C3. Windows color (decimal): -1137414 or 16426222. OLE color: 16426222.

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

Color convert

RGB 238 164 250 -
CMYK 0.05 0.34 0 0.02
HSL 291.63º 0.9% 0.81% -
HSV(B) 291.63º 0.34% 0.98% -
XYZ 65.79 51.63 96.94 -
YUV 195.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 238 164 250 0.05 0.34 0 0.02 291.63 0.9 0.81
Hex EE A4 FA 5 22 0 2 124 5A 51
Octal 356 244 372 5 42 0 2 444 132 121
Binary 11101110 10100100 11111010 101 100010 0 10 100100100 1011010 1010001

Color Harmonies of #EEA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA4FA

Black with #EEA4FA

Text Example


Text Example

White with #EEA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA4FA; }

 p { color: rgb(238,164,250); }

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

background-color css

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

 a { background-color: rgb(238,164,250); }

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

border-color css

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

 span { border-color: rgb(238,164,250); }

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