Shades of Dark Pink #E6607A
Tints of Dark Pink #E6607A
RGB
CMYK
RGB Variations
Color information
#E6607A (or 0xE6607A) is known color: Dark Pink. HEX triplet: E6, 60 and 7A. RGB value is (230,96,122). Sum of RGB (Red+Green+Blue) = 230+96+122=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6607A is #199F85. Grayscale: #8B8B8B. Windows color (decimal): -1679238 or 8020198. OLE color: 8020198.
HSL color Cylindrical-coordinate representation of color #E6607A: hue angle of 348.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6607A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 122 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.10 |
| HSL | 348.36º | 0.73% | 0.64% | - |
| HSV(B) | 348.36º | 0.58% | 0.9% | - |
| XYZ | 40.33 | 26.59 | 21.42 | - |
| YUV | 139.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 122 | 0 | 0.58 | 0.47 | 0.10 | 348.36 | 0.73 | 0.64 |
| Hex | E6 | 60 | 7A | 0 | 3A | 2F | A | 15C | 49 | 40 |
| Octal | 346 | 140 | 172 | 0 | 72 | 57 | 12 | 534 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1111010 | 0 | 111010 | 101111 | 1010 | 101011100 | 1001001 | 1000000 |
Color Harmonies of #E6607A
Complementary color
Monochromatic Colors of #E6607A
Black with #E6607A
Text Example
Text Example
White with #E6607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6607A; }
p { color: rgb(230,96,122); }
H1.HeaderClassName
{
color: #E6607A;
}
.AnyTagClassName
{
color: #E6607A;
}
</style>
background-color css
<style>
a { background-color: #E6607A; }
a { background-color: rgb(230,96,122); }
div.DivClassName
{
background-color: #E6607A;
}
.BgClassName
{
background-color: #E6607A;
}
</style>
border-color css
<style>
span { border-color: #E6607A; }
span { border-color: rgb(230,96,122); }
td.TdClassName
{
border-color: #E6607A;
}
.TagClassName
{
border-color: #E6607A;
}
</style>