Shades of Deep Cerise #ED2677
Tints of Deep Cerise #ED2677
RGB
CMYK
RGB Variations
Color information
#ED2677 (or 0xED2677) is known color: Deep Cerise. HEX triplet: ED, 26 and 77. RGB value is (237,38,119). Sum of RGB (Red+Green+Blue) = 237+38+119=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2677 is #12D988. Grayscale: #6A6A6A. Windows color (decimal): -1235337 or 7808749. OLE color: 7808749.
HSL color Cylindrical-coordinate representation of color #ED2677: hue angle of 335.58º 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 #ED2677 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 119 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.07 |
| HSL | 335.58º | 0.85% | 0.54% | - |
| HSV(B) | 335.58º | 0.84% | 0.93% | - |
| XYZ | 38.95 | 20.72 | 19.4 | - |
| YUV | 106.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 119 | 0 | 0.84 | 0.50 | 0.07 | 335.58 | 0.85 | 0.54 |
| Hex | ED | 26 | 77 | 0 | 54 | 32 | 7 | 150 | 55 | 36 |
| Octal | 355 | 46 | 167 | 0 | 124 | 62 | 7 | 520 | 125 | 66 |
| Binary | 11101101 | 100110 | 1110111 | 0 | 1010100 | 110010 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #ED2677
Complementary color
Monochromatic Colors of #ED2677
Black with #ED2677
Text Example
Text Example
White with #ED2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2677; }
p { color: rgb(237,38,119); }
H1.HeaderClassName
{
color: #ED2677;
}
.AnyTagClassName
{
color: #ED2677;
}
</style>
background-color css
<style>
a { background-color: #ED2677; }
a { background-color: rgb(237,38,119); }
div.DivClassName
{
background-color: #ED2677;
}
.BgClassName
{
background-color: #ED2677;
}
</style>
border-color css
<style>
span { border-color: #ED2677; }
span { border-color: rgb(237,38,119); }
td.TdClassName
{
border-color: #ED2677;
}
.TagClassName
{
border-color: #ED2677;
}
</style>