Html Css Color HEX #EEA5FA Mauve

📋 copy color: '#EEA5FA'

red 238 ◦ green 165 ◦ blue 250

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

Shades of Mauve #EEA5FA

Tints of Mauve #EEA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.27%

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

R = 36.45%
G = 25.27%
B = 38.28%

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

#EEA5FA (or 0xEEA5FA) is known color: Mauve. HEX triplet: EE, A5 and FA. RGB value is (238,165,250). Sum of RGB (Red+Green+Blue) = 238+165+250=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5FA is #115A05. Grayscale: #C4C4C4. Windows color (decimal): -1137158 or 16426478. OLE color: 16426478.

HSL color Cylindrical-coordinate representation of color #EEA5FA: hue angle of 291.53º degrees, saturation: 0.89, 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 #EEA5FA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 165 250 -
CMYK 0.05 0.34 0 0.02
HSL 291.53º 0.89% 0.81% -
HSV(B) 291.53º 0.34% 0.98% -
XYZ 65.97 51.99 97 -
YUV 196.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 238 165 250 0.05 0.34 0 0.02 291.53 0.89 0.81
Hex EE A5 FA 5 22 0 2 124 59 51
Octal 356 245 372 5 42 0 2 444 131 121
Binary 11101110 10100101 11111010 101 100010 0 10 100100100 1011001 1010001

Color Harmonies of #EEA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5FA

Black with #EEA5FA

Text Example


Text Example

White with #EEA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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