Shades of Dark Pink #E6607B
Tints of Dark Pink #E6607B
RGB
CMYK
RGB Variations
Color information
#E6607B (or 0xE6607B) is known color: Dark Pink. HEX triplet: E6, 60 and 7B. RGB value is (230,96,123). Sum of RGB (Red+Green+Blue) = 230+96+123=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6607B is #199F84. Grayscale: #8B8B8B. Windows color (decimal): -1679237 or 8085734. OLE color: 8085734.
HSL color Cylindrical-coordinate representation of color #E6607B: hue angle of 347.91º 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 #E6607B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 123 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.10 |
| HSL | 347.91º | 0.73% | 0.64% | - |
| HSV(B) | 347.91º | 0.58% | 0.9% | - |
| XYZ | 40.39 | 26.62 | 21.75 | - |
| YUV | 139.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 123 | 0 | 0.58 | 0.47 | 0.10 | 347.91 | 0.73 | 0.64 |
| Hex | E6 | 60 | 7B | 0 | 3A | 2F | A | 15C | 49 | 40 |
| Octal | 346 | 140 | 173 | 0 | 72 | 57 | 12 | 534 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1111011 | 0 | 111010 | 101111 | 1010 | 101011100 | 1001001 | 1000000 |
Color Harmonies of #E6607B
Complementary color
Monochromatic Colors of #E6607B
Black with #E6607B
Text Example
Text Example
White with #E6607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6607B; }
p { color: rgb(230,96,123); }
H1.HeaderClassName
{
color: #E6607B;
}
.AnyTagClassName
{
color: #E6607B;
}
</style>
background-color css
<style>
a { background-color: #E6607B; }
a { background-color: rgb(230,96,123); }
div.DivClassName
{
background-color: #E6607B;
}
.BgClassName
{
background-color: #E6607B;
}
</style>
border-color css
<style>
span { border-color: #E6607B; }
span { border-color: rgb(230,96,123); }
td.TdClassName
{
border-color: #E6607B;
}
.TagClassName
{
border-color: #E6607B;
}
</style>