Shades of Cerise #ED2675
Tints of Cerise #ED2675
RGB
CMYK
RGB Variations
Color information
#ED2675 (or 0xED2675) is known color: Cerise. HEX triplet: ED, 26 and 75. RGB value is (237,38,117). Sum of RGB (Red+Green+Blue) = 237+38+117=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2675 is #12D98A. Grayscale: #6A6A6A. Windows color (decimal): -1235339 or 7677677. OLE color: 7677677.
HSL color Cylindrical-coordinate representation of color #ED2675: hue angle of 336.18º 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 #ED2675 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 117 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.07 |
| HSL | 336.18º | 0.85% | 0.54% | - |
| HSV(B) | 336.18º | 0.84% | 0.93% | - |
| XYZ | 38.83 | 20.68 | 18.77 | - |
| YUV | 106.51 | 133.93 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 117 | 0 | 0.84 | 0.51 | 0.07 | 336.18 | 0.85 | 0.54 |
| Hex | ED | 26 | 75 | 0 | 54 | 33 | 7 | 150 | 55 | 36 |
| Octal | 355 | 46 | 165 | 0 | 124 | 63 | 7 | 520 | 125 | 66 |
| Binary | 11101101 | 100110 | 1110101 | 0 | 1010100 | 110011 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #ED2675
Complementary color
Monochromatic Colors of #ED2675
Black with #ED2675
Text Example
Text Example
White with #ED2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2675; }
p { color: rgb(237,38,117); }
H1.HeaderClassName
{
color: #ED2675;
}
.AnyTagClassName
{
color: #ED2675;
}
</style>
background-color css
<style>
a { background-color: #ED2675; }
a { background-color: rgb(237,38,117); }
div.DivClassName
{
background-color: #ED2675;
}
.BgClassName
{
background-color: #ED2675;
}
</style>
border-color css
<style>
span { border-color: #ED2675; }
span { border-color: rgb(237,38,117); }
td.TdClassName
{
border-color: #ED2675;
}
.TagClassName
{
border-color: #ED2675;
}
</style>