Shades of Cerise #ED246B
Tints of Cerise #ED246B
RGB
CMYK
RGB Variations
Color information
#ED246B (or 0xED246B) is known color: Cerise. HEX triplet: ED, 24 and 6B. RGB value is (237,36,107). Sum of RGB (Red+Green+Blue) = 237+36+107=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED246B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED246B is #12DB94. Grayscale: #686868. Windows color (decimal): -1235861 or 7021805. OLE color: 7021805.
HSL color Cylindrical-coordinate representation of color #ED246B: hue angle of 338.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED246B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 107 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.07 |
| HSL | 338.81º | 0.85% | 0.54% | - |
| HSV(B) | 338.81º | 0.85% | 0.93% | - |
| XYZ | 38.21 | 20.33 | 15.82 | - |
| YUV | 104.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 107 | 0 | 0.85 | 0.55 | 0.07 | 338.81 | 0.85 | 0.54 |
| Hex | ED | 24 | 6B | 0 | 55 | 37 | 7 | 153 | 55 | 36 |
| Octal | 355 | 44 | 153 | 0 | 125 | 67 | 7 | 523 | 125 | 66 |
| Binary | 11101101 | 100100 | 1101011 | 0 | 1010101 | 110111 | 111 | 101010011 | 1010101 | 110110 |
Color Harmonies of #ED246B
Complementary color
Monochromatic Colors of #ED246B
Black with #ED246B
Text Example
Text Example
White with #ED246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED246B; }
p { color: rgb(237,36,107); }
H1.HeaderClassName
{
color: #ED246B;
}
.AnyTagClassName
{
color: #ED246B;
}
</style>
background-color css
<style>
a { background-color: #ED246B; }
a { background-color: rgb(237,36,107); }
div.DivClassName
{
background-color: #ED246B;
}
.BgClassName
{
background-color: #ED246B;
}
</style>
border-color css
<style>
span { border-color: #ED246B; }
span { border-color: rgb(237,36,107); }
td.TdClassName
{
border-color: #ED246B;
}
.TagClassName
{
border-color: #ED246B;
}
</style>