Shades of Dark Pink #E94378
Tints of Dark Pink #E94378
RGB
CMYK
RGB Variations
Color information
#E94378 (or 0xE94378) is known color: Dark Pink. HEX triplet: E9, 43 and 78. RGB value is (233,67,120). Sum of RGB (Red+Green+Blue) = 233+67+120=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E94378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94378 is #16BC87. Grayscale: #7A7A7A. Windows color (decimal): -1490056 or 7881705. OLE color: 7881705.
HSL color Cylindrical-coordinate representation of color #E94378: hue angle of 340.84º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94378 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 120 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.09 |
| HSL | 340.84º | 0.79% | 0.59% | - |
| HSV(B) | 340.84º | 0.71% | 0.91% | - |
| XYZ | 39 | 22.69 | 20.09 | - |
| YUV | 122.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 120 | 0 | 0.71 | 0.48 | 0.09 | 340.84 | 0.79 | 0.59 |
| Hex | E9 | 43 | 78 | 0 | 47 | 30 | 9 | 155 | 4F | 3B |
| Octal | 351 | 103 | 170 | 0 | 107 | 60 | 11 | 525 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1111000 | 0 | 1000111 | 110000 | 1001 | 101010101 | 1001111 | 111011 |
Color Harmonies of #E94378
Complementary color
Monochromatic Colors of #E94378
Black with #E94378
Text Example
Text Example
White with #E94378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94378; }
p { color: rgb(233,67,120); }
H1.HeaderClassName
{
color: #E94378;
}
.AnyTagClassName
{
color: #E94378;
}
</style>
background-color css
<style>
a { background-color: #E94378; }
a { background-color: rgb(233,67,120); }
div.DivClassName
{
background-color: #E94378;
}
.BgClassName
{
background-color: #E94378;
}
</style>
border-color css
<style>
span { border-color: #E94378; }
span { border-color: rgb(233,67,120); }
td.TdClassName
{
border-color: #E94378;
}
.TagClassName
{
border-color: #E94378;
}
</style>