Shades of Dark Pink #E65176
Tints of Dark Pink #E65176
RGB
CMYK
RGB Variations
Color information
#E65176 (or 0xE65176) is known color: Dark Pink. HEX triplet: E6, 51 and 76. RGB value is (230,81,118). Sum of RGB (Red+Green+Blue) = 230+81+118=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65176 is #19AE89. Grayscale: #818181. Windows color (decimal): -1683082 or 7754214. OLE color: 7754214.
HSL color Cylindrical-coordinate representation of color #E65176: hue angle of 345.1º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65176 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 118 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.10 |
| HSL | 345.1º | 0.75% | 0.61% | - |
| HSV(B) | 345.1º | 0.65% | 0.9% | - |
| XYZ | 38.85 | 24.02 | 19.73 | - |
| YUV | 129.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 118 | 0 | 0.65 | 0.49 | 0.10 | 345.1 | 0.75 | 0.61 |
| Hex | E6 | 51 | 76 | 0 | 41 | 31 | A | 159 | 4B | 3D |
| Octal | 346 | 121 | 166 | 0 | 101 | 61 | 12 | 531 | 113 | 75 |
| Binary | 11100110 | 1010001 | 1110110 | 0 | 1000001 | 110001 | 1010 | 101011001 | 1001011 | 111101 |
Color Harmonies of #E65176
Complementary color
Monochromatic Colors of #E65176
Black with #E65176
Text Example
Text Example
White with #E65176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65176; }
p { color: rgb(230,81,118); }
H1.HeaderClassName
{
color: #E65176;
}
.AnyTagClassName
{
color: #E65176;
}
</style>
background-color css
<style>
a { background-color: #E65176; }
a { background-color: rgb(230,81,118); }
div.DivClassName
{
background-color: #E65176;
}
.BgClassName
{
background-color: #E65176;
}
</style>
border-color css
<style>
span { border-color: #E65176; }
span { border-color: rgb(230,81,118); }
td.TdClassName
{
border-color: #E65176;
}
.TagClassName
{
border-color: #E65176;
}
</style>