Html Css Color HEX #EEB2FA Mauve

📋 copy color: '#EEB2FA'

red 238 ◦ green 178 ◦ blue 250

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

Shades of Mauve #EEB2FA

Tints of Mauve #EEB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.73%

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

R = 35.74%
G = 26.73%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEB2FA (or 0xEEB2FA) is known color: Mauve. HEX triplet: EE, B2 and FA. RGB value is (238,178,250). Sum of RGB (Red+Green+Blue) = 238+178+250=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FA is #114D05. Grayscale: #CBCBCB. Windows color (decimal): -1133830 or 16429806. OLE color: 16429806.

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

Color convert

RGB 238 178 250 -
CMYK 0.05 0.29 0 0.02
HSL 290º 0.88% 0.84% -
HSV(B) 290º 0.29% 0.98% -
XYZ 68.44 56.92 97.82 -
YUV 204.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 238 178 250 0.05 0.29 0 0.02 290 0.88 0.84
Hex EE B2 FA 5 1D 0 2 122 58 54
Octal 356 262 372 5 35 0 2 442 130 124
Binary 11101110 10110010 11111010 101 11101 0 10 100100010 1011000 1010100

Color Harmonies of #EEB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2FA

Black with #EEB2FA

Text Example


Text Example

White with #EEB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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