Shades of Cerise #ED3070
Tints of Cerise #ED3070
RGB
CMYK
RGB Variations
Color information
#ED3070 (or 0xED3070) is known color: Cerise. HEX triplet: ED, 30 and 70. RGB value is (237,48,112). Sum of RGB (Red+Green+Blue) = 237+48+112=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3070 is #12CF8F. Grayscale: #6F6F6F. Windows color (decimal): -1232784 or 7352557. OLE color: 7352557.
HSL color Cylindrical-coordinate representation of color #ED3070: hue angle of 339.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3070 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 112 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.07 |
| HSL | 339.68º | 0.84% | 0.56% | - |
| HSV(B) | 339.68º | 0.8% | 0.93% | - |
| XYZ | 38.91 | 21.29 | 17.39 | - |
| YUV | 111.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 112 | 0 | 0.80 | 0.53 | 0.07 | 339.68 | 0.84 | 0.56 |
| Hex | ED | 30 | 70 | 0 | 50 | 35 | 7 | 154 | 54 | 38 |
| Octal | 355 | 60 | 160 | 0 | 120 | 65 | 7 | 524 | 124 | 70 |
| Binary | 11101101 | 110000 | 1110000 | 0 | 1010000 | 110101 | 111 | 101010100 | 1010100 | 111000 |
Color Harmonies of #ED3070
Complementary color
Monochromatic Colors of #ED3070
Black with #ED3070
Text Example
Text Example
White with #ED3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3070; }
p { color: rgb(237,48,112); }
H1.HeaderClassName
{
color: #ED3070;
}
.AnyTagClassName
{
color: #ED3070;
}
</style>
background-color css
<style>
a { background-color: #ED3070; }
a { background-color: rgb(237,48,112); }
div.DivClassName
{
background-color: #ED3070;
}
.BgClassName
{
background-color: #ED3070;
}
</style>
border-color css
<style>
span { border-color: #ED3070; }
span { border-color: rgb(237,48,112); }
td.TdClassName
{
border-color: #ED3070;
}
.TagClassName
{
border-color: #ED3070;
}
</style>