Shades of Mandys Pink #ECB693
Tints of Mandys Pink #ECB693
RGB
CMYK
RGB Variations
Color information
#ECB693 (or 0xECB693) is known color: Mandys Pink. HEX triplet: EC, B6 and 93. RGB value is (236,182,147). Sum of RGB (Red+Green+Blue) = 236+182+147=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB693 is #13496C. Grayscale: #C2C2C2. Windows color (decimal): -1263981 or 9680620. OLE color: 9680620.
HSL color Cylindrical-coordinate representation of color #ECB693: hue angle of 23.6º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECB693 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 147 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.07 |
| HSL | 23.6º | 0.7% | 0.75% | - |
| HSV(B) | 23.6º | 0.38% | 0.93% | - |
| XYZ | 56.59 | 53.4 | 34.93 | - |
| YUV | 194.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 147 | 0 | 0.23 | 0.38 | 0.07 | 23.6 | 0.7 | 0.75 |
| Hex | EC | B6 | 93 | 0 | 17 | 26 | 7 | 18 | 46 | 4B |
| Octal | 354 | 266 | 223 | 0 | 27 | 46 | 7 | 30 | 106 | 113 |
| Binary | 11101100 | 10110110 | 10010011 | 0 | 10111 | 100110 | 111 | 11000 | 1000110 | 1001011 |
Color Harmonies of #ECB693
Complementary color
Monochromatic Colors of #ECB693
Black with #ECB693
Text Example
Text Example
White with #ECB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB693; }
p { color: rgb(236,182,147); }
H1.HeaderClassName
{
color: #ECB693;
}
.AnyTagClassName
{
color: #ECB693;
}
</style>
background-color css
<style>
a { background-color: #ECB693; }
a { background-color: rgb(236,182,147); }
div.DivClassName
{
background-color: #ECB693;
}
.BgClassName
{
background-color: #ECB693;
}
</style>
border-color css
<style>
span { border-color: #ECB693; }
span { border-color: rgb(236,182,147); }
td.TdClassName
{
border-color: #ECB693;
}
.TagClassName
{
border-color: #ECB693;
}
</style>