Shades of New York Pink #E07B6E
Tints of New York Pink #E07B6E
RGB
CMYK
RGB Variations
Color information
#E07B6E (or 0xE07B6E) is known color: New York Pink. HEX triplet: E0, 7B and 6E. RGB value is (224,123,110). Sum of RGB (Red+Green+Blue) = 224+123+110=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B6E is #1F8491. Grayscale: #979797. Windows color (decimal): -2065554 or 7240672. OLE color: 7240672.
HSL color Cylindrical-coordinate representation of color #E07B6E: hue angle of 6.84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07B6E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 110 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.12 |
| HSL | 6.84º | 0.65% | 0.65% | - |
| HSV(B) | 6.84º | 0.51% | 0.88% | - |
| XYZ | 40.64 | 31.14 | 18.62 | - |
| YUV | 151.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 110 | 0 | 0.45 | 0.51 | 0.12 | 6.84 | 0.65 | 0.65 |
| Hex | E0 | 7B | 6E | 0 | 2D | 33 | C | 7 | 41 | 41 |
| Octal | 340 | 173 | 156 | 0 | 55 | 63 | 14 | 7 | 101 | 101 |
| Binary | 11100000 | 1111011 | 1101110 | 0 | 101101 | 110011 | 1100 | 111 | 1000001 | 1000001 |
Color Harmonies of #E07B6E
Complementary color
Monochromatic Colors of #E07B6E
Black with #E07B6E
Text Example
Text Example
White with #E07B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B6E; }
p { color: rgb(224,123,110); }
H1.HeaderClassName
{
color: #E07B6E;
}
.AnyTagClassName
{
color: #E07B6E;
}
</style>
background-color css
<style>
a { background-color: #E07B6E; }
a { background-color: rgb(224,123,110); }
div.DivClassName
{
background-color: #E07B6E;
}
.BgClassName
{
background-color: #E07B6E;
}
</style>
border-color css
<style>
span { border-color: #E07B6E; }
span { border-color: rgb(224,123,110); }
td.TdClassName
{
border-color: #E07B6E;
}
.TagClassName
{
border-color: #E07B6E;
}
</style>