Shades of New York Pink #E08375
Tints of New York Pink #E08375
RGB
CMYK
RGB Variations
Color information
#E08375 (or 0xE08375) is known color: New York Pink. HEX triplet: E0, 83 and 75. RGB value is (224,131,117). Sum of RGB (Red+Green+Blue) = 224+131+117=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08375 is #1F7C8A. Grayscale: #9D9D9D. Windows color (decimal): -2063499 or 7701472. OLE color: 7701472.
HSL color Cylindrical-coordinate representation of color #E08375: hue angle of 7.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E08375 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 117 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.12 |
| HSL | 7.85º | 0.63% | 0.67% | - |
| HSV(B) | 7.85º | 0.48% | 0.88% | - |
| XYZ | 42.07 | 33.36 | 21.05 | - |
| YUV | 157.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 117 | 0 | 0.42 | 0.48 | 0.12 | 7.85 | 0.63 | 0.67 |
| Hex | E0 | 83 | 75 | 0 | 2A | 30 | C | 8 | 3F | 43 |
| Octal | 340 | 203 | 165 | 0 | 52 | 60 | 14 | 10 | 77 | 103 |
| Binary | 11100000 | 10000011 | 1110101 | 0 | 101010 | 110000 | 1100 | 1000 | 111111 | 1000011 |
Color Harmonies of #E08375
Complementary color
Monochromatic Colors of #E08375
Black with #E08375
Text Example
Text Example
White with #E08375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08375; }
p { color: rgb(224,131,117); }
H1.HeaderClassName
{
color: #E08375;
}
.AnyTagClassName
{
color: #E08375;
}
</style>
background-color css
<style>
a { background-color: #E08375; }
a { background-color: rgb(224,131,117); }
div.DivClassName
{
background-color: #E08375;
}
.BgClassName
{
background-color: #E08375;
}
</style>
border-color css
<style>
span { border-color: #E08375; }
span { border-color: rgb(224,131,117); }
td.TdClassName
{
border-color: #E08375;
}
.TagClassName
{
border-color: #E08375;
}
</style>