Shades of Deep Cerise #ED1F7D
Tints of Deep Cerise #ED1F7D
RGB
CMYK
RGB Variations
Color information
#ED1F7D (or 0xED1F7D) is known color: Deep Cerise. HEX triplet: ED, 1F and 7D. RGB value is (237,31,125). Sum of RGB (Red+Green+Blue) = 237+31+125=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F7D is #12E082. Grayscale: #676767. Windows color (decimal): -1237123 or 8200173. OLE color: 8200173.
HSL color Cylindrical-coordinate representation of color #ED1F7D: hue angle of 332.62º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F7D is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 125 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.07 |
| HSL | 332.62º | 0.85% | 0.53% | - |
| HSV(B) | 332.62º | 0.87% | 0.93% | - |
| XYZ | 39.12 | 20.47 | 21.29 | - |
| YUV | 103.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 125 | 0 | 0.87 | 0.47 | 0.07 | 332.62 | 0.85 | 0.53 |
| Hex | ED | 1F | 7D | 0 | 57 | 2F | 7 | 14D | 55 | 35 |
| Octal | 355 | 37 | 175 | 0 | 127 | 57 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 11111 | 1111101 | 0 | 1010111 | 101111 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED1F7D
Complementary color
Monochromatic Colors of #ED1F7D
Black with #ED1F7D
Text Example
Text Example
White with #ED1F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F7D; }
p { color: rgb(237,31,125); }
H1.HeaderClassName
{
color: #ED1F7D;
}
.AnyTagClassName
{
color: #ED1F7D;
}
</style>
background-color css
<style>
a { background-color: #ED1F7D; }
a { background-color: rgb(237,31,125); }
div.DivClassName
{
background-color: #ED1F7D;
}
.BgClassName
{
background-color: #ED1F7D;
}
</style>
border-color css
<style>
span { border-color: #ED1F7D; }
span { border-color: rgb(237,31,125); }
td.TdClassName
{
border-color: #ED1F7D;
}
.TagClassName
{
border-color: #ED1F7D;
}
</style>