Shades of New York Pink #E07B6D
Tints of New York Pink #E07B6D
RGB
CMYK
RGB Variations
Color information
#E07B6D (or 0xE07B6D) is known color: New York Pink. HEX triplet: E0, 7B and 6D. RGB value is (224,123,109). Sum of RGB (Red+Green+Blue) = 224+123+109=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B6D is #1F8492. Grayscale: #979797. Windows color (decimal): -2065555 or 7175136. OLE color: 7175136.
HSL color Cylindrical-coordinate representation of color #E07B6D: hue angle of 7.3º 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 #E07B6D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 109 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.12 |
| HSL | 7.3º | 0.65% | 0.65% | - |
| HSV(B) | 7.3º | 0.51% | 0.88% | - |
| XYZ | 40.58 | 31.12 | 18.34 | - |
| YUV | 151.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 109 | 0 | 0.45 | 0.51 | 0.12 | 7.3 | 0.65 | 0.65 |
| Hex | E0 | 7B | 6D | 0 | 2D | 33 | C | 7 | 41 | 41 |
| Octal | 340 | 173 | 155 | 0 | 55 | 63 | 14 | 7 | 101 | 101 |
| Binary | 11100000 | 1111011 | 1101101 | 0 | 101101 | 110011 | 1100 | 111 | 1000001 | 1000001 |
Color Harmonies of #E07B6D
Complementary color
Monochromatic Colors of #E07B6D
Black with #E07B6D
Text Example
Text Example
White with #E07B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B6D; }
p { color: rgb(224,123,109); }
H1.HeaderClassName
{
color: #E07B6D;
}
.AnyTagClassName
{
color: #E07B6D;
}
</style>
background-color css
<style>
a { background-color: #E07B6D; }
a { background-color: rgb(224,123,109); }
div.DivClassName
{
background-color: #E07B6D;
}
.BgClassName
{
background-color: #E07B6D;
}
</style>
border-color css
<style>
span { border-color: #E07B6D; }
span { border-color: rgb(224,123,109); }
td.TdClassName
{
border-color: #E07B6D;
}
.TagClassName
{
border-color: #E07B6D;
}
</style>