Shades of New York Pink #E78067
Tints of New York Pink #E78067
RGB
CMYK
RGB Variations
Color information
#E78067 (or 0xE78067) is known color: New York Pink. HEX triplet: E7, 80 and 67. RGB value is (231,128,103). Sum of RGB (Red+Green+Blue) = 231+128+103=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E78067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78067 is #187F98. Grayscale: #9C9C9C. Windows color (decimal): -1605529 or 6783207. OLE color: 6783207.
HSL color Cylindrical-coordinate representation of color #E78067: hue angle of 11.72º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E78067 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 103 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.09 |
| HSL | 11.72º | 0.73% | 0.65% | - |
| HSV(B) | 11.72º | 0.55% | 0.91% | - |
| XYZ | 43.12 | 33.41 | 17.01 | - |
| YUV | 155.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 103 | 0 | 0.45 | 0.55 | 0.09 | 11.72 | 0.73 | 0.65 |
| Hex | E7 | 80 | 67 | 0 | 2D | 37 | 9 | C | 49 | 41 |
| Octal | 347 | 200 | 147 | 0 | 55 | 67 | 11 | 14 | 111 | 101 |
| Binary | 11100111 | 10000000 | 1100111 | 0 | 101101 | 110111 | 1001 | 1100 | 1001001 | 1000001 |
Color Harmonies of #E78067
Complementary color
Monochromatic Colors of #E78067
Black with #E78067
Text Example
Text Example
White with #E78067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78067; }
p { color: rgb(231,128,103); }
H1.HeaderClassName
{
color: #E78067;
}
.AnyTagClassName
{
color: #E78067;
}
</style>
background-color css
<style>
a { background-color: #E78067; }
a { background-color: rgb(231,128,103); }
div.DivClassName
{
background-color: #E78067;
}
.BgClassName
{
background-color: #E78067;
}
</style>
border-color css
<style>
span { border-color: #E78067; }
span { border-color: rgb(231,128,103); }
td.TdClassName
{
border-color: #E78067;
}
.TagClassName
{
border-color: #E78067;
}
</style>