Shades of New York Pink #E68A78
Tints of New York Pink #E68A78
RGB
CMYK
RGB Variations
Color information
#E68A78 (or 0xE68A78) is known color: New York Pink. HEX triplet: E6, 8A and 78. RGB value is (230,138,120). Sum of RGB (Red+Green+Blue) = 230+138+120=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A78 is #197587. Grayscale: #A3A3A3. Windows color (decimal): -1668488 or 7899878. OLE color: 7899878.
HSL color Cylindrical-coordinate representation of color #E68A78: hue angle of 9.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68A78 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 120 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.10 |
| HSL | 9.82º | 0.69% | 0.69% | - |
| HSV(B) | 9.82º | 0.48% | 0.9% | - |
| XYZ | 45.11 | 36.36 | 22.41 | - |
| YUV | 163.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 120 | 0 | 0.4 | 0.48 | 0.10 | 9.82 | 0.69 | 0.69 |
| Hex | E6 | 8A | 78 | 0 | 28 | 30 | A | A | 45 | 45 |
| Octal | 346 | 212 | 170 | 0 | 50 | 60 | 12 | 12 | 105 | 105 |
| Binary | 11100110 | 10001010 | 1111000 | 0 | 101000 | 110000 | 1010 | 1010 | 1000101 | 1000101 |
Color Harmonies of #E68A78
Complementary color
Monochromatic Colors of #E68A78
Black with #E68A78
Text Example
Text Example
White with #E68A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A78; }
p { color: rgb(230,138,120); }
H1.HeaderClassName
{
color: #E68A78;
}
.AnyTagClassName
{
color: #E68A78;
}
</style>
background-color css
<style>
a { background-color: #E68A78; }
a { background-color: rgb(230,138,120); }
div.DivClassName
{
background-color: #E68A78;
}
.BgClassName
{
background-color: #E68A78;
}
</style>
border-color css
<style>
span { border-color: #E68A78; }
span { border-color: rgb(230,138,120); }
td.TdClassName
{
border-color: #E68A78;
}
.TagClassName
{
border-color: #E68A78;
}
</style>