Html Css Color HEX #EEB2FF Mauve

📋 copy color: '#EEB2FF'

red 238 ◦ green 178 ◦ blue 255

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

Shades of Mauve #EEB2FF

Tints of Mauve #EEB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 35.47%
G = 26.53%
B = 38%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEB2FF (or 0xEEB2FF) is known color: Mauve. HEX triplet: EE, B2 and FF. RGB value is (238,178,255). Sum of RGB (Red+Green+Blue) = 238+178+255=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FF is #114D00. Grayscale: #CCCCCC. Windows color (decimal): -1133825 or 16757486. OLE color: 16757486.

HSL color Cylindrical-coordinate representation of color #EEB2FF: hue angle of 286.75º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB2FF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 178 255 -
CMYK 0.07 0.30 0 0
HSL 286.75º 1% 0.85% -
HSV(B) 286.75º 0.3% 1% -
XYZ 69.23 57.24 102.01 -
YUV 204.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 238 178 255 0.07 0.30 0 0 286.75 1 0.85
Hex EE B2 FF 7 1E 0 0 11F 64 55
Octal 356 262 377 7 36 0 0 437 144 125
Binary 11101110 10110010 11111111 111 11110 0 0 100011111 1100100 1010101

Color Harmonies of #EEB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2FF

Black with #EEB2FF

Text Example


Text Example

White with #EEB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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