Shades of Dark Pink #E94B7B
Tints of Dark Pink #E94B7B
RGB
CMYK
RGB Variations
Color information
#E94B7B (or 0xE94B7B) is known color: Dark Pink. HEX triplet: E9, 4B and 7B. RGB value is (233,75,123). Sum of RGB (Red+Green+Blue) = 233+75+123=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B7B is #16B484. Grayscale: #7F7F7F. Windows color (decimal): -1488005 or 8080361. OLE color: 8080361.
HSL color Cylindrical-coordinate representation of color #E94B7B: hue angle of 341.77º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B7B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 123 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.09 |
| HSL | 341.77º | 0.78% | 0.6% | - |
| HSV(B) | 341.77º | 0.68% | 0.91% | - |
| XYZ | 39.7 | 23.79 | 21.24 | - |
| YUV | 127.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 123 | 0 | 0.68 | 0.47 | 0.09 | 341.77 | 0.78 | 0.6 |
| Hex | E9 | 4B | 7B | 0 | 44 | 2F | 9 | 156 | 4E | 3C |
| Octal | 351 | 113 | 173 | 0 | 104 | 57 | 11 | 526 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1111011 | 0 | 1000100 | 101111 | 1001 | 101010110 | 1001110 | 111100 |
Color Harmonies of #E94B7B
Complementary color
Monochromatic Colors of #E94B7B
Black with #E94B7B
Text Example
Text Example
White with #E94B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B7B; }
p { color: rgb(233,75,123); }
H1.HeaderClassName
{
color: #E94B7B;
}
.AnyTagClassName
{
color: #E94B7B;
}
</style>
background-color css
<style>
a { background-color: #E94B7B; }
a { background-color: rgb(233,75,123); }
div.DivClassName
{
background-color: #E94B7B;
}
.BgClassName
{
background-color: #E94B7B;
}
</style>
border-color css
<style>
span { border-color: #E94B7B; }
span { border-color: rgb(233,75,123); }
td.TdClassName
{
border-color: #E94B7B;
}
.TagClassName
{
border-color: #E94B7B;
}
</style>