Shades of Mandys Pink #ECAF8C
Tints of Mandys Pink #ECAF8C
RGB
CMYK
RGB Variations
Color information
#ECAF8C (or 0xECAF8C) is known color: Mandys Pink. HEX triplet: EC, AF and 8C. RGB value is (236,175,140). Sum of RGB (Red+Green+Blue) = 236+175+140=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF8C is #135073. Grayscale: #BDBDBD. Windows color (decimal): -1265780 or 9220076. OLE color: 9220076.
HSL color Cylindrical-coordinate representation of color #ECAF8C: hue angle of 21.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECAF8C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 140 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.07 |
| HSL | 21.88º | 0.72% | 0.74% | - |
| HSV(B) | 21.88º | 0.41% | 0.93% | - |
| XYZ | 54.66 | 50.39 | 31.66 | - |
| YUV | 189.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 140 | 0 | 0.26 | 0.41 | 0.07 | 21.88 | 0.72 | 0.74 |
| Hex | EC | AF | 8C | 0 | 1A | 29 | 7 | 16 | 48 | 4A |
| Octal | 354 | 257 | 214 | 0 | 32 | 51 | 7 | 26 | 110 | 112 |
| Binary | 11101100 | 10101111 | 10001100 | 0 | 11010 | 101001 | 111 | 10110 | 1001000 | 1001010 |
Color Harmonies of #ECAF8C
Complementary color
Monochromatic Colors of #ECAF8C
Black with #ECAF8C
Text Example
Text Example
White with #ECAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF8C; }
p { color: rgb(236,175,140); }
H1.HeaderClassName
{
color: #ECAF8C;
}
.AnyTagClassName
{
color: #ECAF8C;
}
</style>
background-color css
<style>
a { background-color: #ECAF8C; }
a { background-color: rgb(236,175,140); }
div.DivClassName
{
background-color: #ECAF8C;
}
.BgClassName
{
background-color: #ECAF8C;
}
</style>
border-color css
<style>
span { border-color: #ECAF8C; }
span { border-color: rgb(236,175,140); }
td.TdClassName
{
border-color: #ECAF8C;
}
.TagClassName
{
border-color: #ECAF8C;
}
</style>