Html Css Color HEX #EEB5FA Mauve

📋 copy color: '#EEB5FA'

red 238 ◦ green 181 ◦ blue 250

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

Shades of Mauve #EEB5FA

Tints of Mauve #EEB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.06%

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

R = 35.58%
G = 27.06%
B = 37.37%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEB5FA (or 0xEEB5FA) is known color: Mauve. HEX triplet: EE, B5 and FA. RGB value is (238,181,250). Sum of RGB (Red+Green+Blue) = 238+181+250=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FA is #114A05. Grayscale: #CDCDCD. Windows color (decimal): -1133062 or 16430574. OLE color: 16430574.

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

Color convert

RGB 238 181 250 -
CMYK 0.05 0.28 0 0.02
HSL 289.57º 0.87% 0.85% -
HSV(B) 289.57º 0.28% 0.98% -
XYZ 69.04 58.13 98.02 -
YUV 205.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 238 181 250 0.05 0.28 0 0.02 289.57 0.87 0.85
Hex EE B5 FA 5 1C 0 2 122 57 55
Octal 356 265 372 5 34 0 2 442 127 125
Binary 11101110 10110101 11111010 101 11100 0 10 100100010 1010111 1010101

Color Harmonies of #EEB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB5FA

Black with #EEB5FA

Text Example


Text Example

White with #EEB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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