Shades of Cerise #ED3669
Tints of Cerise #ED3669
RGB
CMYK
RGB Variations
Color information
#ED3669 (or 0xED3669) is known color: Cerise. HEX triplet: ED, 36 and 69. RGB value is (237,54,105). Sum of RGB (Red+Green+Blue) = 237+54+105=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3669 is #12C996. Grayscale: #727272. Windows color (decimal): -1231255 or 6895341. OLE color: 6895341.
HSL color Cylindrical-coordinate representation of color #ED3669: hue angle of 343.28º 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 #ED3669 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 105 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.07 |
| HSL | 343.28º | 0.84% | 0.57% | - |
| HSV(B) | 343.28º | 0.77% | 0.93% | - |
| XYZ | 38.79 | 21.66 | 15.5 | - |
| YUV | 114.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 105 | 0 | 0.77 | 0.56 | 0.07 | 343.28 | 0.84 | 0.57 |
| Hex | ED | 36 | 69 | 0 | 4D | 38 | 7 | 157 | 54 | 39 |
| Octal | 355 | 66 | 151 | 0 | 115 | 70 | 7 | 527 | 124 | 71 |
| Binary | 11101101 | 110110 | 1101001 | 0 | 1001101 | 111000 | 111 | 101010111 | 1010100 | 111001 |
Color Harmonies of #ED3669
Complementary color
Monochromatic Colors of #ED3669
Black with #ED3669
Text Example
Text Example
White with #ED3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3669; }
p { color: rgb(237,54,105); }
H1.HeaderClassName
{
color: #ED3669;
}
.AnyTagClassName
{
color: #ED3669;
}
</style>
background-color css
<style>
a { background-color: #ED3669; }
a { background-color: rgb(237,54,105); }
div.DivClassName
{
background-color: #ED3669;
}
.BgClassName
{
background-color: #ED3669;
}
</style>
border-color css
<style>
span { border-color: #ED3669; }
span { border-color: rgb(237,54,105); }
td.TdClassName
{
border-color: #ED3669;
}
.TagClassName
{
border-color: #ED3669;
}
</style>