Shades of Dark Pink #EF497B
Tints of Dark Pink #EF497B
RGB
CMYK
RGB Variations
Color information
#EF497B (or 0xEF497B) is known color: Dark Pink. HEX triplet: EF, 49 and 7B. RGB value is (239,73,123). Sum of RGB (Red+Green+Blue) = 239+73+123=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF497B is #10B684. Grayscale: #808080. Windows color (decimal): -1095301 or 8079855. OLE color: 8079855.
HSL color Cylindrical-coordinate representation of color #EF497B: hue angle of 341.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF497B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 123 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.06 |
| HSL | 341.93º | 0.84% | 0.61% | - |
| HSV(B) | 341.93º | 0.69% | 0.94% | - |
| XYZ | 41.55 | 24.55 | 21.29 | - |
| YUV | 128.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 123 | 0 | 0.69 | 0.49 | 0.06 | 341.93 | 0.84 | 0.61 |
| Hex | EF | 49 | 7B | 0 | 45 | 31 | 6 | 156 | 54 | 3D |
| Octal | 357 | 111 | 173 | 0 | 105 | 61 | 6 | 526 | 124 | 75 |
| Binary | 11101111 | 1001001 | 1111011 | 0 | 1000101 | 110001 | 110 | 101010110 | 1010100 | 111101 |
Color Harmonies of #EF497B
Complementary color
Monochromatic Colors of #EF497B
Black with #EF497B
Text Example
Text Example
White with #EF497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF497B; }
p { color: rgb(239,73,123); }
H1.HeaderClassName
{
color: #EF497B;
}
.AnyTagClassName
{
color: #EF497B;
}
</style>
background-color css
<style>
a { background-color: #EF497B; }
a { background-color: rgb(239,73,123); }
div.DivClassName
{
background-color: #EF497B;
}
.BgClassName
{
background-color: #EF497B;
}
</style>
border-color css
<style>
span { border-color: #EF497B; }
span { border-color: rgb(239,73,123); }
td.TdClassName
{
border-color: #EF497B;
}
.TagClassName
{
border-color: #EF497B;
}
</style>