Shades of New York Pink #E3816C
Tints of New York Pink #E3816C
RGB
CMYK
RGB Variations
Color information
#E3816C (or 0xE3816C) is known color: New York Pink. HEX triplet: E3, 81 and 6C. RGB value is (227,129,108). Sum of RGB (Red+Green+Blue) = 227+129+108=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E3816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3816C is #1C7E93. Grayscale: #9C9C9C. Windows color (decimal): -1867412 or 7111139. OLE color: 7111139.
HSL color Cylindrical-coordinate representation of color #E3816C: hue angle of 10.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3816C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 108 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.11 |
| HSL | 10.59º | 0.68% | 0.66% | - |
| HSV(B) | 10.59º | 0.52% | 0.89% | - |
| XYZ | 42.24 | 33.11 | 18.35 | - |
| YUV | 155.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 108 | 0 | 0.43 | 0.52 | 0.11 | 10.59 | 0.68 | 0.66 |
| Hex | E3 | 81 | 6C | 0 | 2B | 34 | B | B | 44 | 42 |
| Octal | 343 | 201 | 154 | 0 | 53 | 64 | 13 | 13 | 104 | 102 |
| Binary | 11100011 | 10000001 | 1101100 | 0 | 101011 | 110100 | 1011 | 1011 | 1000100 | 1000010 |
Color Harmonies of #E3816C
Complementary color
Monochromatic Colors of #E3816C
Black with #E3816C
Text Example
Text Example
White with #E3816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3816C; }
p { color: rgb(227,129,108); }
H1.HeaderClassName
{
color: #E3816C;
}
.AnyTagClassName
{
color: #E3816C;
}
</style>
background-color css
<style>
a { background-color: #E3816C; }
a { background-color: rgb(227,129,108); }
div.DivClassName
{
background-color: #E3816C;
}
.BgClassName
{
background-color: #E3816C;
}
</style>
border-color css
<style>
span { border-color: #E3816C; }
span { border-color: rgb(227,129,108); }
td.TdClassName
{
border-color: #E3816C;
}
.TagClassName
{
border-color: #E3816C;
}
</style>