Shades of Dark Pink #E7607B
Tints of Dark Pink #E7607B
RGB
CMYK
RGB Variations
Color information
#E7607B (or 0xE7607B) is known color: Dark Pink. HEX triplet: E7, 60 and 7B. RGB value is (231,96,123). Sum of RGB (Red+Green+Blue) = 231+96+123=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7607B is #189F84. Grayscale: #8B8B8B. Windows color (decimal): -1613701 or 8085735. OLE color: 8085735.
HSL color Cylindrical-coordinate representation of color #E7607B: hue angle of 348º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7607B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 123 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.09 |
| HSL | 348º | 0.74% | 0.64% | - |
| HSV(B) | 348º | 0.58% | 0.91% | - |
| XYZ | 40.71 | 26.78 | 21.76 | - |
| YUV | 139.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 123 | 0 | 0.58 | 0.47 | 0.09 | 348 | 0.74 | 0.64 |
| Hex | E7 | 60 | 7B | 0 | 3A | 2F | 9 | 15C | 4A | 40 |
| Octal | 347 | 140 | 173 | 0 | 72 | 57 | 11 | 534 | 112 | 100 |
| Binary | 11100111 | 1100000 | 1111011 | 0 | 111010 | 101111 | 1001 | 101011100 | 1001010 | 1000000 |
Color Harmonies of #E7607B
Complementary color
Monochromatic Colors of #E7607B
Black with #E7607B
Text Example
Text Example
White with #E7607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7607B; }
p { color: rgb(231,96,123); }
H1.HeaderClassName
{
color: #E7607B;
}
.AnyTagClassName
{
color: #E7607B;
}
</style>
background-color css
<style>
a { background-color: #E7607B; }
a { background-color: rgb(231,96,123); }
div.DivClassName
{
background-color: #E7607B;
}
.BgClassName
{
background-color: #E7607B;
}
</style>
border-color css
<style>
span { border-color: #E7607B; }
span { border-color: rgb(231,96,123); }
td.TdClassName
{
border-color: #E7607B;
}
.TagClassName
{
border-color: #E7607B;
}
</style>