Shades of Deep Cerise #ED2985
Tints of Deep Cerise #ED2985
RGB
CMYK
RGB Variations
Color information
#ED2985 (or 0xED2985) is known color: Deep Cerise. HEX triplet: ED, 29 and 85. RGB value is (237,41,133). Sum of RGB (Red+Green+Blue) = 237+41+133=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2985 is #12D67A. Grayscale: #6D6D6D. Windows color (decimal): -1234555 or 8727021. OLE color: 8727021.
HSL color Cylindrical-coordinate representation of color #ED2985: hue angle of 331.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2985 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 133 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.07 |
| HSL | 331.84º | 0.84% | 0.55% | - |
| HSV(B) | 331.84º | 0.83% | 0.93% | - |
| XYZ | 39.95 | 21.28 | 24.19 | - |
| YUV | 110.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 133 | 0 | 0.83 | 0.44 | 0.07 | 331.84 | 0.84 | 0.55 |
| Hex | ED | 29 | 85 | 0 | 53 | 2C | 7 | 14C | 54 | 37 |
| Octal | 355 | 51 | 205 | 0 | 123 | 54 | 7 | 514 | 124 | 67 |
| Binary | 11101101 | 101001 | 10000101 | 0 | 1010011 | 101100 | 111 | 101001100 | 1010100 | 110111 |
Color Harmonies of #ED2985
Complementary color
Monochromatic Colors of #ED2985
Black with #ED2985
Text Example
Text Example
White with #ED2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2985; }
p { color: rgb(237,41,133); }
H1.HeaderClassName
{
color: #ED2985;
}
.AnyTagClassName
{
color: #ED2985;
}
</style>
background-color css
<style>
a { background-color: #ED2985; }
a { background-color: rgb(237,41,133); }
div.DivClassName
{
background-color: #ED2985;
}
.BgClassName
{
background-color: #ED2985;
}
</style>
border-color css
<style>
span { border-color: #ED2985; }
span { border-color: rgb(237,41,133); }
td.TdClassName
{
border-color: #ED2985;
}
.TagClassName
{
border-color: #ED2985;
}
</style>