Shades of Deep Cerise #ED277B
Tints of Deep Cerise #ED277B
RGB
CMYK
RGB Variations
Color information
#ED277B (or 0xED277B) is known color: Deep Cerise. HEX triplet: ED, 27 and 7B. RGB value is (237,39,123). Sum of RGB (Red+Green+Blue) = 237+39+123=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED277B is #12D884. Grayscale: #6B6B6B. Windows color (decimal): -1235077 or 8071149. OLE color: 8071149.
HSL color Cylindrical-coordinate representation of color #ED277B: hue angle of 334.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED277B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 123 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.07 |
| HSL | 334.55º | 0.85% | 0.54% | - |
| HSV(B) | 334.55º | 0.84% | 0.93% | - |
| XYZ | 39.23 | 20.89 | 20.7 | - |
| YUV | 107.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 123 | 0 | 0.84 | 0.48 | 0.07 | 334.55 | 0.85 | 0.54 |
| Hex | ED | 27 | 7B | 0 | 54 | 30 | 7 | 14F | 55 | 36 |
| Octal | 355 | 47 | 173 | 0 | 124 | 60 | 7 | 517 | 125 | 66 |
| Binary | 11101101 | 100111 | 1111011 | 0 | 1010100 | 110000 | 111 | 101001111 | 1010101 | 110110 |
Color Harmonies of #ED277B
Complementary color
Monochromatic Colors of #ED277B
Black with #ED277B
Text Example
Text Example
White with #ED277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED277B; }
p { color: rgb(237,39,123); }
H1.HeaderClassName
{
color: #ED277B;
}
.AnyTagClassName
{
color: #ED277B;
}
</style>
background-color css
<style>
a { background-color: #ED277B; }
a { background-color: rgb(237,39,123); }
div.DivClassName
{
background-color: #ED277B;
}
.BgClassName
{
background-color: #ED277B;
}
</style>
border-color css
<style>
span { border-color: #ED277B; }
span { border-color: rgb(237,39,123); }
td.TdClassName
{
border-color: #ED277B;
}
.TagClassName
{
border-color: #ED277B;
}
</style>