Html Css Color HEX #EEBAFA Mauve

📋 copy color: '#EEBAFA'

red 238 ◦ green 186 ◦ blue 250

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

Shades of Mauve #EEBAFA

Tints of Mauve #EEBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.6%

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

R = 35.31%
G = 27.6%
B = 37.09%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEBAFA (or 0xEEBAFA) is known color: Mauve. HEX triplet: EE, BA and FA. RGB value is (238,186,250). Sum of RGB (Red+Green+Blue) = 238+186+250=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFA is #114505. Grayscale: #D0D0D0. Windows color (decimal): -1131782 or 16431854. OLE color: 16431854.

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

Color convert

RGB 238 186 250 -
CMYK 0.05 0.26 0 0.02
HSL 288.75º 0.86% 0.85% -
HSV(B) 288.75º 0.26% 0.98% -
XYZ 70.07 60.2 98.37 -
YUV 208.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 238 186 250 0.05 0.26 0 0.02 288.75 0.86 0.85
Hex EE BA FA 5 1A 0 2 121 56 55
Octal 356 272 372 5 32 0 2 441 126 125
Binary 11101110 10111010 11111010 101 11010 0 10 100100001 1010110 1010101

Color Harmonies of #EEBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAFA

Black with #EEBAFA

Text Example


Text Example

White with #EEBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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