Shades of Cerise #ED2B74
Tints of Cerise #ED2B74
RGB
CMYK
RGB Variations
Color information
#ED2B74 (or 0xED2B74) is known color: Cerise. HEX triplet: ED, 2B and 74. RGB value is (237,43,116). Sum of RGB (Red+Green+Blue) = 237+43+116=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B74 is #12D48B. Grayscale: #6D6D6D. Windows color (decimal): -1234060 or 7613421. OLE color: 7613421.
HSL color Cylindrical-coordinate representation of color #ED2B74: hue angle of 337.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2B74 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 116 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.07 |
| HSL | 337.42º | 0.84% | 0.55% | - |
| HSV(B) | 337.42º | 0.82% | 0.93% | - |
| XYZ | 38.94 | 20.99 | 18.52 | - |
| YUV | 109.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 116 | 0 | 0.82 | 0.51 | 0.07 | 337.42 | 0.84 | 0.55 |
| Hex | ED | 2B | 74 | 0 | 52 | 33 | 7 | 151 | 54 | 37 |
| Octal | 355 | 53 | 164 | 0 | 122 | 63 | 7 | 521 | 124 | 67 |
| Binary | 11101101 | 101011 | 1110100 | 0 | 1010010 | 110011 | 111 | 101010001 | 1010100 | 110111 |
Color Harmonies of #ED2B74
Complementary color
Monochromatic Colors of #ED2B74
Black with #ED2B74
Text Example
Text Example
White with #ED2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B74; }
p { color: rgb(237,43,116); }
H1.HeaderClassName
{
color: #ED2B74;
}
.AnyTagClassName
{
color: #ED2B74;
}
</style>
background-color css
<style>
a { background-color: #ED2B74; }
a { background-color: rgb(237,43,116); }
div.DivClassName
{
background-color: #ED2B74;
}
.BgClassName
{
background-color: #ED2B74;
}
</style>
border-color css
<style>
span { border-color: #ED2B74; }
span { border-color: rgb(237,43,116); }
td.TdClassName
{
border-color: #ED2B74;
}
.TagClassName
{
border-color: #ED2B74;
}
</style>