Shades of Dark Pink #E94F7B
Tints of Dark Pink #E94F7B
RGB
CMYK
RGB Variations
Color information
#E94F7B (or 0xE94F7B) is known color: Dark Pink. HEX triplet: E9, 4F and 7B. RGB value is (233,79,123). Sum of RGB (Red+Green+Blue) = 233+79+123=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F7B is #16B084. Grayscale: #828282. Windows color (decimal): -1486981 or 8081385. OLE color: 8081385.
HSL color Cylindrical-coordinate representation of color #E94F7B: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F7B is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 123 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.09 |
| HSL | 342.86º | 0.78% | 0.61% | - |
| HSV(B) | 342.86º | 0.66% | 0.91% | - |
| XYZ | 39.98 | 24.35 | 21.33 | - |
| YUV | 130.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 123 | 0 | 0.66 | 0.47 | 0.09 | 342.86 | 0.78 | 0.61 |
| Hex | E9 | 4F | 7B | 0 | 42 | 2F | 9 | 157 | 4E | 3D |
| Octal | 351 | 117 | 173 | 0 | 102 | 57 | 11 | 527 | 116 | 75 |
| Binary | 11101001 | 1001111 | 1111011 | 0 | 1000010 | 101111 | 1001 | 101010111 | 1001110 | 111101 |
Color Harmonies of #E94F7B
Complementary color
Monochromatic Colors of #E94F7B
Black with #E94F7B
Text Example
Text Example
White with #E94F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F7B; }
p { color: rgb(233,79,123); }
H1.HeaderClassName
{
color: #E94F7B;
}
.AnyTagClassName
{
color: #E94F7B;
}
</style>
background-color css
<style>
a { background-color: #E94F7B; }
a { background-color: rgb(233,79,123); }
div.DivClassName
{
background-color: #E94F7B;
}
.BgClassName
{
background-color: #E94F7B;
}
</style>
border-color css
<style>
span { border-color: #E94F7B; }
span { border-color: rgb(233,79,123); }
td.TdClassName
{
border-color: #E94F7B;
}
.TagClassName
{
border-color: #E94F7B;
}
</style>