Shades of Deep Cerise #EF278B
Tints of Deep Cerise #EF278B
RGB
CMYK
RGB Variations
Color information
#EF278B (or 0xEF278B) is known color: Deep Cerise. HEX triplet: EF, 27 and 8B. RGB value is (239,39,139). Sum of RGB (Red+Green+Blue) = 239+39+139=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF278B is #10D874. Grayscale: #6E6E6E. Windows color (decimal): -1103989 or 9119727. OLE color: 9119727.
HSL color Cylindrical-coordinate representation of color #EF278B: hue angle of 330º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF278B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 139 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.06 |
| HSL | 330º | 0.86% | 0.55% | - |
| HSV(B) | 330º | 0.84% | 0.94% | - |
| XYZ | 40.98 | 21.67 | 26.45 | - |
| YUV | 110.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 139 | 0 | 0.84 | 0.42 | 0.06 | 330 | 0.86 | 0.55 |
| Hex | EF | 27 | 8B | 0 | 54 | 2A | 6 | 14A | 56 | 37 |
| Octal | 357 | 47 | 213 | 0 | 124 | 52 | 6 | 512 | 126 | 67 |
| Binary | 11101111 | 100111 | 10001011 | 0 | 1010100 | 101010 | 110 | 101001010 | 1010110 | 110111 |
Color Harmonies of #EF278B
Complementary color
Monochromatic Colors of #EF278B
Black with #EF278B
Text Example
Text Example
White with #EF278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF278B; }
p { color: rgb(239,39,139); }
H1.HeaderClassName
{
color: #EF278B;
}
.AnyTagClassName
{
color: #EF278B;
}
</style>
background-color css
<style>
a { background-color: #EF278B; }
a { background-color: rgb(239,39,139); }
div.DivClassName
{
background-color: #EF278B;
}
.BgClassName
{
background-color: #EF278B;
}
</style>
border-color css
<style>
span { border-color: #EF278B; }
span { border-color: rgb(239,39,139); }
td.TdClassName
{
border-color: #EF278B;
}
.TagClassName
{
border-color: #EF278B;
}
</style>