Shades of Deep Cerise #ED3482
Tints of Deep Cerise #ED3482
RGB
CMYK
RGB Variations
Color information
#ED3482 (or 0xED3482) is known color: Deep Cerise. HEX triplet: ED, 34 and 82. RGB value is (237,52,130). Sum of RGB (Red+Green+Blue) = 237+52+130=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3482 is #12CB7D. Grayscale: #747474. Windows color (decimal): -1231742 or 8533229. OLE color: 8533229.
HSL color Cylindrical-coordinate representation of color #ED3482: hue angle of 334.7º 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 #ED3482 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 130 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.7º | 0.84% | 0.57% | - |
| HSV(B) | 334.7º | 0.78% | 0.93% | - |
| XYZ | 40.18 | 22.07 | 23.26 | - |
| YUV | 116.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 130 | 0 | 0.78 | 0.45 | 0.07 | 334.7 | 0.84 | 0.57 |
| Hex | ED | 34 | 82 | 0 | 4E | 2D | 7 | 14F | 54 | 39 |
| Octal | 355 | 64 | 202 | 0 | 116 | 55 | 7 | 517 | 124 | 71 |
| Binary | 11101101 | 110100 | 10000010 | 0 | 1001110 | 101101 | 111 | 101001111 | 1010100 | 111001 |
Color Harmonies of #ED3482
Complementary color
Monochromatic Colors of #ED3482
Black with #ED3482
Text Example
Text Example
White with #ED3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3482; }
p { color: rgb(237,52,130); }
H1.HeaderClassName
{
color: #ED3482;
}
.AnyTagClassName
{
color: #ED3482;
}
</style>
background-color css
<style>
a { background-color: #ED3482; }
a { background-color: rgb(237,52,130); }
div.DivClassName
{
background-color: #ED3482;
}
.BgClassName
{
background-color: #ED3482;
}
</style>
border-color css
<style>
span { border-color: #ED3482; }
span { border-color: rgb(237,52,130); }
td.TdClassName
{
border-color: #ED3482;
}
.TagClassName
{
border-color: #ED3482;
}
</style>