Shades of Cerise #EF2569
Tints of Cerise #EF2569
RGB
CMYK
RGB Variations
Color information
#EF2569 (or 0xEF2569) is known color: Cerise. HEX triplet: EF, 25 and 69. RGB value is (239,37,105). Sum of RGB (Red+Green+Blue) = 239+37+105=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2569 is #10DA96. Grayscale: #696969. Windows color (decimal): -1104535 or 6890991. OLE color: 6890991.
HSL color Cylindrical-coordinate representation of color #EF2569: hue angle of 339.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2569 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 105 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.06 |
| HSL | 339.8º | 0.86% | 0.54% | - |
| HSV(B) | 339.8º | 0.85% | 0.94% | - |
| XYZ | 38.81 | 20.69 | 15.31 | - |
| YUV | 105.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 105 | 0 | 0.85 | 0.56 | 0.06 | 339.8 | 0.86 | 0.54 |
| Hex | EF | 25 | 69 | 0 | 55 | 38 | 6 | 154 | 56 | 36 |
| Octal | 357 | 45 | 151 | 0 | 125 | 70 | 6 | 524 | 126 | 66 |
| Binary | 11101111 | 100101 | 1101001 | 0 | 1010101 | 111000 | 110 | 101010100 | 1010110 | 110110 |
Color Harmonies of #EF2569
Complementary color
Monochromatic Colors of #EF2569
Black with #EF2569
Text Example
Text Example
White with #EF2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2569; }
p { color: rgb(239,37,105); }
H1.HeaderClassName
{
color: #EF2569;
}
.AnyTagClassName
{
color: #EF2569;
}
</style>
background-color css
<style>
a { background-color: #EF2569; }
a { background-color: rgb(239,37,105); }
div.DivClassName
{
background-color: #EF2569;
}
.BgClassName
{
background-color: #EF2569;
}
</style>
border-color css
<style>
span { border-color: #EF2569; }
span { border-color: rgb(239,37,105); }
td.TdClassName
{
border-color: #EF2569;
}
.TagClassName
{
border-color: #EF2569;
}
</style>