Html Css Color HEX #EEB2FE Mauve

📋 copy color: '#EEB2FE'

red 238 ◦ green 178 ◦ blue 254

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

Shades of Mauve #EEB2FE

Tints of Mauve #EEB2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 35.52%
G = 26.57%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEB2FE (or 0xEEB2FE) is known color: Mauve. HEX triplet: EE, B2 and FE. RGB value is (238,178,254). Sum of RGB (Red+Green+Blue) = 238+178+254=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FE is #114D01. Grayscale: #CCCCCC. Windows color (decimal): -1133826 or 16691950. OLE color: 16691950.

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

Color convert

RGB 238 178 254 -
CMYK 0.06 0.30 0 0.00
HSL 287.37º 0.97% 0.85% -
HSV(B) 287.37º 0.3% 1% -
XYZ 69.07 57.17 101.16 -
YUV 204.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 238 178 254 0.06 0.30 0 0.00 287.37 0.97 0.85
Hex EE B2 FE 6 1E 0 0 11F 61 55
Octal 356 262 376 6 36 0 0 437 141 125
Binary 11101110 10110010 11111110 110 11110 0 0 100011111 1100001 1010101

Color Harmonies of #EEB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2FE

Black with #EEB2FE

Text Example


Text Example

White with #EEB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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