Shades of Cerise #ED3260
Tints of Cerise #ED3260
RGB
CMYK
RGB Variations
Color information
#ED3260 (or 0xED3260) is known color: Cerise. HEX triplet: ED, 32 and 60. RGB value is (237,50,96). Sum of RGB (Red+Green+Blue) = 237+50+96=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3260 is #12CD9F. Grayscale: #6F6F6F. Windows color (decimal): -1232288 or 6304493. OLE color: 6304493.
HSL color Cylindrical-coordinate representation of color #ED3260: hue angle of 345.24º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3260 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 96 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.07 |
| HSL | 345.24º | 0.84% | 0.56% | - |
| HSV(B) | 345.24º | 0.79% | 0.93% | - |
| XYZ | 38.18 | 21.13 | 13.13 | - |
| YUV | 111.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 96 | 0 | 0.79 | 0.59 | 0.07 | 345.24 | 0.84 | 0.56 |
| Hex | ED | 32 | 60 | 0 | 4F | 3B | 7 | 159 | 54 | 38 |
| Octal | 355 | 62 | 140 | 0 | 117 | 73 | 7 | 531 | 124 | 70 |
| Binary | 11101101 | 110010 | 1100000 | 0 | 1001111 | 111011 | 111 | 101011001 | 1010100 | 111000 |
Color Harmonies of #ED3260
Complementary color
Monochromatic Colors of #ED3260
Black with #ED3260
Text Example
Text Example
White with #ED3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3260; }
p { color: rgb(237,50,96); }
H1.HeaderClassName
{
color: #ED3260;
}
.AnyTagClassName
{
color: #ED3260;
}
</style>
background-color css
<style>
a { background-color: #ED3260; }
a { background-color: rgb(237,50,96); }
div.DivClassName
{
background-color: #ED3260;
}
.BgClassName
{
background-color: #ED3260;
}
</style>
border-color css
<style>
span { border-color: #ED3260; }
span { border-color: rgb(237,50,96); }
td.TdClassName
{
border-color: #ED3260;
}
.TagClassName
{
border-color: #ED3260;
}
</style>