Shades of Mandys Pink #EEB194
Tints of Mandys Pink #EEB194
RGB
CMYK
RGB Variations
Color information
#EEB194 (or 0xEEB194) is known color: Mandys Pink. HEX triplet: EE, B1 and 94. RGB value is (238,177,148). Sum of RGB (Red+Green+Blue) = 238+177+148=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB194 is #114E6B. Grayscale: #C0C0C0. Windows color (decimal): -1134188 or 9744878. OLE color: 9744878.
HSL color Cylindrical-coordinate representation of color #EEB194: hue angle of 19.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEB194 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 148 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.07 |
| HSL | 19.33º | 0.73% | 0.76% | - |
| HSV(B) | 19.33º | 0.38% | 0.93% | - |
| XYZ | 56.33 | 51.76 | 35.04 | - |
| YUV | 191.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 148 | 0 | 0.26 | 0.38 | 0.07 | 19.33 | 0.73 | 0.76 |
| Hex | EE | B1 | 94 | 0 | 1A | 26 | 7 | 13 | 49 | 4C |
| Octal | 356 | 261 | 224 | 0 | 32 | 46 | 7 | 23 | 111 | 114 |
| Binary | 11101110 | 10110001 | 10010100 | 0 | 11010 | 100110 | 111 | 10011 | 1001001 | 1001100 |
Color Harmonies of #EEB194
Complementary color
Monochromatic Colors of #EEB194
Black with #EEB194
Text Example
Text Example
White with #EEB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB194; }
p { color: rgb(238,177,148); }
H1.HeaderClassName
{
color: #EEB194;
}
.AnyTagClassName
{
color: #EEB194;
}
</style>
background-color css
<style>
a { background-color: #EEB194; }
a { background-color: rgb(238,177,148); }
div.DivClassName
{
background-color: #EEB194;
}
.BgClassName
{
background-color: #EEB194;
}
</style>
border-color css
<style>
span { border-color: #EEB194; }
span { border-color: rgb(238,177,148); }
td.TdClassName
{
border-color: #EEB194;
}
.TagClassName
{
border-color: #EEB194;
}
</style>