Shades of Deep Pink #ED097B
Tints of Deep Pink #ED097B
RGB
CMYK
RGB Variations
Color information
#ED097B (or 0xED097B) is known color: Deep Pink. HEX triplet: ED, 09 and 7B. RGB value is (237,9,123). Sum of RGB (Red+Green+Blue) = 237+9+123=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED097B is #12F684. Grayscale: #595959. Windows color (decimal): -1242757 or 8063469. OLE color: 8063469.
HSL color Cylindrical-coordinate representation of color #ED097B: hue angle of 330º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED097B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.07 |
| HSL | 330º | 0.93% | 0.48% | - |
| HSV(B) | 330º | 0.96% | 0.93% | - |
| XYZ | 38.6 | 19.63 | 20.49 | - |
| YUV | 90.17 | 146.54 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 123 | 0 | 0.96 | 0.48 | 0.07 | 330 | 0.93 | 0.48 |
| Hex | ED | 9 | 7B | 0 | 60 | 30 | 7 | 14A | 5D | 30 |
| Octal | 355 | 11 | 173 | 0 | 140 | 60 | 7 | 512 | 135 | 60 |
| Binary | 11101101 | 1001 | 1111011 | 0 | 1100000 | 110000 | 111 | 101001010 | 1011101 | 110000 |
Color Harmonies of #ED097B
Complementary color
Monochromatic Colors of #ED097B
Black with #ED097B
Text Example
Text Example
White with #ED097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED097B; }
p { color: rgb(237,9,123); }
H1.HeaderClassName
{
color: #ED097B;
}
.AnyTagClassName
{
color: #ED097B;
}
</style>
background-color css
<style>
a { background-color: #ED097B; }
a { background-color: rgb(237,9,123); }
div.DivClassName
{
background-color: #ED097B;
}
.BgClassName
{
background-color: #ED097B;
}
</style>
border-color css
<style>
span { border-color: #ED097B; }
span { border-color: rgb(237,9,123); }
td.TdClassName
{
border-color: #ED097B;
}
.TagClassName
{
border-color: #ED097B;
}
</style>