Shades of Dark Pink #E94B74
Tints of Dark Pink #E94B74
RGB
CMYK
RGB Variations
Color information
#E94B74 (or 0xE94B74) is known color: Dark Pink. HEX triplet: E9, 4B and 74. RGB value is (233,75,116). Sum of RGB (Red+Green+Blue) = 233+75+116=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B74 is #16B48B. Grayscale: #7E7E7E. Windows color (decimal): -1488012 or 7621609. OLE color: 7621609.
HSL color Cylindrical-coordinate representation of color #E94B74: hue angle of 344.43º 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 #E94B74 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 116 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.09 |
| HSL | 344.43º | 0.78% | 0.6% | - |
| HSV(B) | 344.43º | 0.68% | 0.91% | - |
| XYZ | 39.27 | 23.62 | 19.01 | - |
| YUV | 126.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 116 | 0 | 0.68 | 0.50 | 0.09 | 344.43 | 0.78 | 0.6 |
| Hex | E9 | 4B | 74 | 0 | 44 | 32 | 9 | 158 | 4E | 3C |
| Octal | 351 | 113 | 164 | 0 | 104 | 62 | 11 | 530 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1110100 | 0 | 1000100 | 110010 | 1001 | 101011000 | 1001110 | 111100 |
Color Harmonies of #E94B74
Complementary color
Monochromatic Colors of #E94B74
Black with #E94B74
Text Example
Text Example
White with #E94B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B74; }
p { color: rgb(233,75,116); }
H1.HeaderClassName
{
color: #E94B74;
}
.AnyTagClassName
{
color: #E94B74;
}
</style>
background-color css
<style>
a { background-color: #E94B74; }
a { background-color: rgb(233,75,116); }
div.DivClassName
{
background-color: #E94B74;
}
.BgClassName
{
background-color: #E94B74;
}
</style>
border-color css
<style>
span { border-color: #E94B74; }
span { border-color: rgb(233,75,116); }
td.TdClassName
{
border-color: #E94B74;
}
.TagClassName
{
border-color: #E94B74;
}
</style>