Shades of Deep Pink #EB0789
Tints of Deep Pink #EB0789
RGB
CMYK
RGB Variations
Color information
#EB0789 (or 0xEB0789) is known color: Deep Pink. HEX triplet: EB, 07 and 89. RGB value is (235,7,137). Sum of RGB (Red+Green+Blue) = 235+7+137=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0789 is #14F876. Grayscale: #595959. Windows color (decimal): -1374327 or 8980459. OLE color: 8980459.
HSL color Cylindrical-coordinate representation of color #EB0789: hue angle of 325.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0789 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.08 |
| HSL | 325.79º | 0.94% | 0.47% | - |
| HSV(B) | 325.79º | 0.97% | 0.92% | - |
| XYZ | 38.85 | 19.62 | 25.41 | - |
| YUV | 89.99 | 154.54 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 7 | 137 | 0 | 0.97 | 0.42 | 0.08 | 325.79 | 0.94 | 0.47 |
| Hex | EB | 7 | 89 | 0 | 61 | 2A | 8 | 146 | 5E | 2F |
| Octal | 353 | 7 | 211 | 0 | 141 | 52 | 10 | 506 | 136 | 57 |
| Binary | 11101011 | 111 | 10001001 | 0 | 1100001 | 101010 | 1000 | 101000110 | 1011110 | 101111 |
Color Harmonies of #EB0789
Complementary color
Monochromatic Colors of #EB0789
Black with #EB0789
Text Example
Text Example
White with #EB0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0789; }
p { color: rgb(235,7,137); }
H1.HeaderClassName
{
color: #EB0789;
}
.AnyTagClassName
{
color: #EB0789;
}
</style>
background-color css
<style>
a { background-color: #EB0789; }
a { background-color: rgb(235,7,137); }
div.DivClassName
{
background-color: #EB0789;
}
.BgClassName
{
background-color: #EB0789;
}
</style>
border-color css
<style>
span { border-color: #EB0789; }
span { border-color: rgb(235,7,137); }
td.TdClassName
{
border-color: #EB0789;
}
.TagClassName
{
border-color: #EB0789;
}
</style>