Shades of New York Pink #EA826B
Tints of New York Pink #EA826B
RGB
CMYK
RGB Variations
Color information
#EA826B (or 0xEA826B) is known color: New York Pink. HEX triplet: EA, 82 and 6B. RGB value is (234,130,107). Sum of RGB (Red+Green+Blue) = 234+130+107=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA826B is #157D94. Grayscale: #9E9E9E. Windows color (decimal): -1408405 or 7045866. OLE color: 7045866.
HSL color Cylindrical-coordinate representation of color #EA826B: hue angle of 10.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA826B is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 107 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.08 |
| HSL | 10.87º | 0.75% | 0.67% | - |
| HSV(B) | 10.87º | 0.54% | 0.92% | - |
| XYZ | 44.57 | 34.52 | 18.22 | - |
| YUV | 158.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 107 | 0 | 0.44 | 0.54 | 0.08 | 10.87 | 0.75 | 0.67 |
| Hex | EA | 82 | 6B | 0 | 2C | 36 | 8 | B | 4B | 43 |
| Octal | 352 | 202 | 153 | 0 | 54 | 66 | 10 | 13 | 113 | 103 |
| Binary | 11101010 | 10000010 | 1101011 | 0 | 101100 | 110110 | 1000 | 1011 | 1001011 | 1000011 |
Color Harmonies of #EA826B
Complementary color
Monochromatic Colors of #EA826B
Black with #EA826B
Text Example
Text Example
White with #EA826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA826B; }
p { color: rgb(234,130,107); }
H1.HeaderClassName
{
color: #EA826B;
}
.AnyTagClassName
{
color: #EA826B;
}
</style>
background-color css
<style>
a { background-color: #EA826B; }
a { background-color: rgb(234,130,107); }
div.DivClassName
{
background-color: #EA826B;
}
.BgClassName
{
background-color: #EA826B;
}
</style>
border-color css
<style>
span { border-color: #EA826B; }
span { border-color: rgb(234,130,107); }
td.TdClassName
{
border-color: #EA826B;
}
.TagClassName
{
border-color: #EA826B;
}
</style>