Html Css Color HEX #EEB0F5 Mauve

📋 copy color: '#EEB0F5'

red 238 ◦ green 176 ◦ blue 245

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

Shades of Mauve #EEB0F5

Tints of Mauve #EEB0F5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.71%

 BLUE value IS 245 (96.09% from 255) = 37.18%

R = 36.12%
G = 26.71%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEB0F5 (or 0xEEB0F5) is known color: Mauve. HEX triplet: EE, B0 and F5. RGB value is (238,176,245). Sum of RGB (Red+Green+Blue) = 238+176+245=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0F5 is #114F0A. Grayscale: #CACACA. Windows color (decimal): -1134347 or 16101614. OLE color: 16101614.

HSL color Cylindrical-coordinate representation of color #EEB0F5: hue angle of 293.91º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB0F5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 176 245 -
CMYK 0.03 0.28 0 0.04
HSL 293.91º 0.78% 0.83% -
HSV(B) 293.91º 0.28% 0.96% -
XYZ 67.27 55.82 93.62 -
YUV 202.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 238 176 245 0.03 0.28 0 0.04 293.91 0.78 0.83
Hex EE B0 F5 3 1C 0 4 126 4E 53
Octal 356 260 365 3 34 0 4 446 116 123
Binary 11101110 10110000 11110101 11 11100 0 100 100100110 1001110 1010011

Color Harmonies of #EEB0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0F5

Black with #EEB0F5

Text Example


Text Example

White with #EEB0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0F5; }

 p { color: rgb(238,176,245); }

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

background-color css

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

 a { background-color: rgb(238,176,245); }

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

border-color css

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

 span { border-color: rgb(238,176,245); }

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