Shades of New York Pink #E78A7A
Tints of New York Pink #E78A7A
RGB
CMYK
RGB Variations
Color information
#E78A7A (or 0xE78A7A) is known color: New York Pink. HEX triplet: E7, 8A and 7A. RGB value is (231,138,122). Sum of RGB (Red+Green+Blue) = 231+138+122=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A7A is #187585. Grayscale: #A4A4A4. Windows color (decimal): -1602950 or 8030951. OLE color: 8030951.
HSL color Cylindrical-coordinate representation of color #E78A7A: hue angle of 8.81º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E78A7A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 122 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.09 |
| HSL | 8.81º | 0.69% | 0.69% | - |
| HSV(B) | 8.81º | 0.47% | 0.91% | - |
| XYZ | 45.56 | 36.57 | 23.07 | - |
| YUV | 163.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 122 | 0 | 0.40 | 0.47 | 0.09 | 8.81 | 0.69 | 0.69 |
| Hex | E7 | 8A | 7A | 0 | 28 | 2F | 9 | 9 | 45 | 45 |
| Octal | 347 | 212 | 172 | 0 | 50 | 57 | 11 | 11 | 105 | 105 |
| Binary | 11100111 | 10001010 | 1111010 | 0 | 101000 | 101111 | 1001 | 1001 | 1000101 | 1000101 |
Color Harmonies of #E78A7A
Complementary color
Monochromatic Colors of #E78A7A
Black with #E78A7A
Text Example
Text Example
White with #E78A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A7A; }
p { color: rgb(231,138,122); }
H1.HeaderClassName
{
color: #E78A7A;
}
.AnyTagClassName
{
color: #E78A7A;
}
</style>
background-color css
<style>
a { background-color: #E78A7A; }
a { background-color: rgb(231,138,122); }
div.DivClassName
{
background-color: #E78A7A;
}
.BgClassName
{
background-color: #E78A7A;
}
</style>
border-color css
<style>
span { border-color: #E78A7A; }
span { border-color: rgb(231,138,122); }
td.TdClassName
{
border-color: #E78A7A;
}
.TagClassName
{
border-color: #E78A7A;
}
</style>