Shades of Deep Pink #ED107B
Tints of Deep Pink #ED107B
RGB
CMYK
RGB Variations
Color information
#ED107B (or 0xED107B) is known color: Deep Pink. HEX triplet: ED, 10 and 7B. RGB value is (237,16,123). Sum of RGB (Red+Green+Blue) = 237+16+123=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED107B is #12EF84. Grayscale: #5E5E5E. Windows color (decimal): -1240965 or 8065261. OLE color: 8065261.
HSL color Cylindrical-coordinate representation of color #ED107B: hue angle of 330.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED107B is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.07 |
| HSL | 330.95º | 0.87% | 0.5% | - |
| HSV(B) | 330.95º | 0.93% | 0.93% | - |
| XYZ | 38.69 | 19.81 | 20.52 | - |
| YUV | 94.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 123 | 0 | 0.93 | 0.48 | 0.07 | 330.95 | 0.87 | 0.5 |
| Hex | ED | 10 | 7B | 0 | 5D | 30 | 7 | 14B | 57 | 32 |
| Octal | 355 | 20 | 173 | 0 | 135 | 60 | 7 | 513 | 127 | 62 |
| Binary | 11101101 | 10000 | 1111011 | 0 | 1011101 | 110000 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #ED107B
Complementary color
Monochromatic Colors of #ED107B
Black with #ED107B
Text Example
Text Example
White with #ED107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED107B; }
p { color: rgb(237,16,123); }
H1.HeaderClassName
{
color: #ED107B;
}
.AnyTagClassName
{
color: #ED107B;
}
</style>
background-color css
<style>
a { background-color: #ED107B; }
a { background-color: rgb(237,16,123); }
div.DivClassName
{
background-color: #ED107B;
}
.BgClassName
{
background-color: #ED107B;
}
</style>
border-color css
<style>
span { border-color: #ED107B; }
span { border-color: rgb(237,16,123); }
td.TdClassName
{
border-color: #ED107B;
}
.TagClassName
{
border-color: #ED107B;
}
</style>