Shades of Deep Cerise #ED3485
Tints of Deep Cerise #ED3485
RGB
CMYK
RGB Variations
Color information
#ED3485 (or 0xED3485) is known color: Deep Cerise. HEX triplet: ED, 34 and 85. RGB value is (237,52,133). Sum of RGB (Red+Green+Blue) = 237+52+133=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3485 is #12CB7A. Grayscale: #747474. Windows color (decimal): -1231739 or 8729837. OLE color: 8729837.
HSL color Cylindrical-coordinate representation of color #ED3485: hue angle of 333.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3485 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 133 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.07 |
| HSL | 333.73º | 0.84% | 0.57% | - |
| HSV(B) | 333.73º | 0.78% | 0.93% | - |
| XYZ | 40.39 | 22.15 | 24.34 | - |
| YUV | 116.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 133 | 0 | 0.78 | 0.44 | 0.07 | 333.73 | 0.84 | 0.57 |
| Hex | ED | 34 | 85 | 0 | 4E | 2C | 7 | 14E | 54 | 39 |
| Octal | 355 | 64 | 205 | 0 | 116 | 54 | 7 | 516 | 124 | 71 |
| Binary | 11101101 | 110100 | 10000101 | 0 | 1001110 | 101100 | 111 | 101001110 | 1010100 | 111001 |
Color Harmonies of #ED3485
Complementary color
Monochromatic Colors of #ED3485
Black with #ED3485
Text Example
Text Example
White with #ED3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3485; }
p { color: rgb(237,52,133); }
H1.HeaderClassName
{
color: #ED3485;
}
.AnyTagClassName
{
color: #ED3485;
}
</style>
background-color css
<style>
a { background-color: #ED3485; }
a { background-color: rgb(237,52,133); }
div.DivClassName
{
background-color: #ED3485;
}
.BgClassName
{
background-color: #ED3485;
}
</style>
border-color css
<style>
span { border-color: #ED3485; }
span { border-color: rgb(237,52,133); }
td.TdClassName
{
border-color: #ED3485;
}
.TagClassName
{
border-color: #ED3485;
}
</style>