Shades of Cerise #ED256B
Tints of Cerise #ED256B
RGB
CMYK
RGB Variations
Color information
#ED256B (or 0xED256B) is known color: Cerise. HEX triplet: ED, 25 and 6B. RGB value is (237,37,107). Sum of RGB (Red+Green+Blue) = 237+37+107=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED256B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED256B is #12DA94. Grayscale: #686868. Windows color (decimal): -1235605 or 7022061. OLE color: 7022061.
HSL color Cylindrical-coordinate representation of color #ED256B: hue angle of 339º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED256B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 107 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.07 |
| HSL | 339º | 0.85% | 0.54% | - |
| HSV(B) | 339º | 0.84% | 0.93% | - |
| XYZ | 38.24 | 20.39 | 15.83 | - |
| YUV | 104.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 107 | 0 | 0.84 | 0.55 | 0.07 | 339 | 0.85 | 0.54 |
| Hex | ED | 25 | 6B | 0 | 54 | 37 | 7 | 153 | 55 | 36 |
| Octal | 355 | 45 | 153 | 0 | 124 | 67 | 7 | 523 | 125 | 66 |
| Binary | 11101101 | 100101 | 1101011 | 0 | 1010100 | 110111 | 111 | 101010011 | 1010101 | 110110 |
Color Harmonies of #ED256B
Complementary color
Monochromatic Colors of #ED256B
Black with #ED256B
Text Example
Text Example
White with #ED256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED256B; }
p { color: rgb(237,37,107); }
H1.HeaderClassName
{
color: #ED256B;
}
.AnyTagClassName
{
color: #ED256B;
}
</style>
background-color css
<style>
a { background-color: #ED256B; }
a { background-color: rgb(237,37,107); }
div.DivClassName
{
background-color: #ED256B;
}
.BgClassName
{
background-color: #ED256B;
}
</style>
border-color css
<style>
span { border-color: #ED256B; }
span { border-color: rgb(237,37,107); }
td.TdClassName
{
border-color: #ED256B;
}
.TagClassName
{
border-color: #ED256B;
}
</style>