Shades of Dark Pink #E6607E
Tints of Dark Pink #E6607E
RGB
CMYK
RGB Variations
Color information
#E6607E (or 0xE6607E) is known color: Dark Pink. HEX triplet: E6, 60 and 7E. RGB value is (230,96,126). Sum of RGB (Red+Green+Blue) = 230+96+126=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6607E is #199F81. Grayscale: #8B8B8B. Windows color (decimal): -1679234 or 8282342. OLE color: 8282342.
HSL color Cylindrical-coordinate representation of color #E6607E: hue angle of 346.57º 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 #E6607E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 126 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.10 |
| HSL | 346.57º | 0.73% | 0.64% | - |
| HSV(B) | 346.57º | 0.58% | 0.9% | - |
| XYZ | 40.58 | 26.7 | 22.75 | - |
| YUV | 139.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 126 | 0 | 0.58 | 0.45 | 0.10 | 346.57 | 0.73 | 0.64 |
| Hex | E6 | 60 | 7E | 0 | 3A | 2D | A | 15B | 49 | 40 |
| Octal | 346 | 140 | 176 | 0 | 72 | 55 | 12 | 533 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1111110 | 0 | 111010 | 101101 | 1010 | 101011011 | 1001001 | 1000000 |
Color Harmonies of #E6607E
Complementary color
Monochromatic Colors of #E6607E
Black with #E6607E
Text Example
Text Example
White with #E6607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6607E; }
p { color: rgb(230,96,126); }
H1.HeaderClassName
{
color: #E6607E;
}
.AnyTagClassName
{
color: #E6607E;
}
</style>
background-color css
<style>
a { background-color: #E6607E; }
a { background-color: rgb(230,96,126); }
div.DivClassName
{
background-color: #E6607E;
}
.BgClassName
{
background-color: #E6607E;
}
</style>
border-color css
<style>
span { border-color: #E6607E; }
span { border-color: rgb(230,96,126); }
td.TdClassName
{
border-color: #E6607E;
}
.TagClassName
{
border-color: #E6607E;
}
</style>