Shades of Tonys Pink #ECA27E
Tints of Tonys Pink #ECA27E
RGB
CMYK
RGB Variations
Color information
#ECA27E (or 0xECA27E) is known color: Tonys Pink. HEX triplet: EC, A2 and 7E. RGB value is (236,162,126). Sum of RGB (Red+Green+Blue) = 236+162+126=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA27E is #135D81. Grayscale: #B4B4B4. Windows color (decimal): -1269122 or 8299244. OLE color: 8299244.
HSL color Cylindrical-coordinate representation of color #ECA27E: hue angle of 19.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA27E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 126 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.07 |
| HSL | 19.64º | 0.74% | 0.71% | - |
| HSV(B) | 19.64º | 0.47% | 0.93% | - |
| XYZ | 51.28 | 45.18 | 25.76 | - |
| YUV | 180.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 126 | 0 | 0.31 | 0.47 | 0.07 | 19.64 | 0.74 | 0.71 |
| Hex | EC | A2 | 7E | 0 | 1F | 2F | 7 | 14 | 4A | 47 |
| Octal | 354 | 242 | 176 | 0 | 37 | 57 | 7 | 24 | 112 | 107 |
| Binary | 11101100 | 10100010 | 1111110 | 0 | 11111 | 101111 | 111 | 10100 | 1001010 | 1000111 |
Color Harmonies of #ECA27E
Complementary color
Monochromatic Colors of #ECA27E
Black with #ECA27E
Text Example
Text Example
White with #ECA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA27E; }
p { color: rgb(236,162,126); }
H1.HeaderClassName
{
color: #ECA27E;
}
.AnyTagClassName
{
color: #ECA27E;
}
</style>
background-color css
<style>
a { background-color: #ECA27E; }
a { background-color: rgb(236,162,126); }
div.DivClassName
{
background-color: #ECA27E;
}
.BgClassName
{
background-color: #ECA27E;
}
</style>
border-color css
<style>
span { border-color: #ECA27E; }
span { border-color: rgb(236,162,126); }
td.TdClassName
{
border-color: #ECA27E;
}
.TagClassName
{
border-color: #ECA27E;
}
</style>