Shades of New York Pink #EA8469
Tints of New York Pink #EA8469
RGB
CMYK
RGB Variations
Color information
#EA8469 (or 0xEA8469) is known color: New York Pink. HEX triplet: EA, 84 and 69. RGB value is (234,132,105). Sum of RGB (Red+Green+Blue) = 234+132+105=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8469 is #157B96. Grayscale: #9F9F9F. Windows color (decimal): -1407895 or 6915306. OLE color: 6915306.
HSL color Cylindrical-coordinate representation of color #EA8469: hue angle of 12.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA8469 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 105 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.08 |
| HSL | 12.56º | 0.75% | 0.66% | - |
| HSV(B) | 12.56º | 0.55% | 0.92% | - |
| XYZ | 44.73 | 35.01 | 17.77 | - |
| YUV | 159.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 105 | 0 | 0.44 | 0.55 | 0.08 | 12.56 | 0.75 | 0.66 |
| Hex | EA | 84 | 69 | 0 | 2C | 37 | 8 | D | 4B | 42 |
| Octal | 352 | 204 | 151 | 0 | 54 | 67 | 10 | 15 | 113 | 102 |
| Binary | 11101010 | 10000100 | 1101001 | 0 | 101100 | 110111 | 1000 | 1101 | 1001011 | 1000010 |
Color Harmonies of #EA8469
Complementary color
Monochromatic Colors of #EA8469
Black with #EA8469
Text Example
Text Example
White with #EA8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8469; }
p { color: rgb(234,132,105); }
H1.HeaderClassName
{
color: #EA8469;
}
.AnyTagClassName
{
color: #EA8469;
}
</style>
background-color css
<style>
a { background-color: #EA8469; }
a { background-color: rgb(234,132,105); }
div.DivClassName
{
background-color: #EA8469;
}
.BgClassName
{
background-color: #EA8469;
}
</style>
border-color css
<style>
span { border-color: #EA8469; }
span { border-color: rgb(234,132,105); }
td.TdClassName
{
border-color: #EA8469;
}
.TagClassName
{
border-color: #EA8469;
}
</style>