Shades of Cerise #ED3663
Tints of Cerise #ED3663
RGB
CMYK
RGB Variations
Color information
#ED3663 (or 0xED3663) is known color: Cerise. HEX triplet: ED, 36 and 63. RGB value is (237,54,99). Sum of RGB (Red+Green+Blue) = 237+54+99=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3663 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3663 is #12C99C. Grayscale: #717171. Windows color (decimal): -1231261 or 6502125. OLE color: 6502125.
HSL color Cylindrical-coordinate representation of color #ED3663: hue angle of 345.25º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3663 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 99 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.07 |
| HSL | 345.25º | 0.84% | 0.57% | - |
| HSV(B) | 345.25º | 0.77% | 0.93% | - |
| XYZ | 38.5 | 21.54 | 13.93 | - |
| YUV | 113.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 99 | 0 | 0.77 | 0.58 | 0.07 | 345.25 | 0.84 | 0.57 |
| Hex | ED | 36 | 63 | 0 | 4D | 3A | 7 | 159 | 54 | 39 |
| Octal | 355 | 66 | 143 | 0 | 115 | 72 | 7 | 531 | 124 | 71 |
| Binary | 11101101 | 110110 | 1100011 | 0 | 1001101 | 111010 | 111 | 101011001 | 1010100 | 111001 |
Color Harmonies of #ED3663
Complementary color
Monochromatic Colors of #ED3663
Black with #ED3663
Text Example
Text Example
White with #ED3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3663; }
p { color: rgb(237,54,99); }
H1.HeaderClassName
{
color: #ED3663;
}
.AnyTagClassName
{
color: #ED3663;
}
</style>
background-color css
<style>
a { background-color: #ED3663; }
a { background-color: rgb(237,54,99); }
div.DivClassName
{
background-color: #ED3663;
}
.BgClassName
{
background-color: #ED3663;
}
</style>
border-color css
<style>
span { border-color: #ED3663; }
span { border-color: rgb(237,54,99); }
td.TdClassName
{
border-color: #ED3663;
}
.TagClassName
{
border-color: #ED3663;
}
</style>