Shades of Mandys Pink #EEAF90
Tints of Mandys Pink #EEAF90
RGB
CMYK
RGB Variations
Color information
#EEAF90 (or 0xEEAF90) is known color: Mandys Pink. HEX triplet: EE, AF and 90. RGB value is (238,175,144). Sum of RGB (Red+Green+Blue) = 238+175+144=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAF90 is #11506F. Grayscale: #BEBEBE. Windows color (decimal): -1134704 or 9482222. OLE color: 9482222.
HSL color Cylindrical-coordinate representation of color #EEAF90: hue angle of 19.79º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEAF90 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 144 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.07 |
| HSL | 19.79º | 0.73% | 0.75% | - |
| HSV(B) | 19.79º | 0.39% | 0.93% | - |
| XYZ | 55.62 | 50.85 | 33.27 | - |
| YUV | 190.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 144 | 0 | 0.26 | 0.39 | 0.07 | 19.79 | 0.73 | 0.75 |
| Hex | EE | AF | 90 | 0 | 1A | 27 | 7 | 14 | 49 | 4B |
| Octal | 356 | 257 | 220 | 0 | 32 | 47 | 7 | 24 | 111 | 113 |
| Binary | 11101110 | 10101111 | 10010000 | 0 | 11010 | 100111 | 111 | 10100 | 1001001 | 1001011 |
Color Harmonies of #EEAF90
Complementary color
Monochromatic Colors of #EEAF90
Black with #EEAF90
Text Example
Text Example
White with #EEAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAF90; }
p { color: rgb(238,175,144); }
H1.HeaderClassName
{
color: #EEAF90;
}
.AnyTagClassName
{
color: #EEAF90;
}
</style>
background-color css
<style>
a { background-color: #EEAF90; }
a { background-color: rgb(238,175,144); }
div.DivClassName
{
background-color: #EEAF90;
}
.BgClassName
{
background-color: #EEAF90;
}
</style>
border-color css
<style>
span { border-color: #EEAF90; }
span { border-color: rgb(238,175,144); }
td.TdClassName
{
border-color: #EEAF90;
}
.TagClassName
{
border-color: #EEAF90;
}
</style>