Shades of Cerise #EF2673
Tints of Cerise #EF2673
RGB
CMYK
RGB Variations
Color information
#EF2673 (or 0xEF2673) is known color: Cerise. HEX triplet: EF, 26 and 73. RGB value is (239,38,115). Sum of RGB (Red+Green+Blue) = 239+38+115=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2673 is #10D98C. Grayscale: #6A6A6A. Windows color (decimal): -1104269 or 7546607. OLE color: 7546607.
HSL color Cylindrical-coordinate representation of color #EF2673: hue angle of 337.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2673 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 115 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.06 |
| HSL | 337.01º | 0.86% | 0.54% | - |
| HSV(B) | 337.01º | 0.84% | 0.94% | - |
| XYZ | 39.38 | 20.97 | 18.19 | - |
| YUV | 106.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 115 | 0 | 0.84 | 0.52 | 0.06 | 337.01 | 0.86 | 0.54 |
| Hex | EF | 26 | 73 | 0 | 54 | 34 | 6 | 151 | 56 | 36 |
| Octal | 357 | 46 | 163 | 0 | 124 | 64 | 6 | 521 | 126 | 66 |
| Binary | 11101111 | 100110 | 1110011 | 0 | 1010100 | 110100 | 110 | 101010001 | 1010110 | 110110 |
Color Harmonies of #EF2673
Complementary color
Monochromatic Colors of #EF2673
Black with #EF2673
Text Example
Text Example
White with #EF2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2673; }
p { color: rgb(239,38,115); }
H1.HeaderClassName
{
color: #EF2673;
}
.AnyTagClassName
{
color: #EF2673;
}
</style>
background-color css
<style>
a { background-color: #EF2673; }
a { background-color: rgb(239,38,115); }
div.DivClassName
{
background-color: #EF2673;
}
.BgClassName
{
background-color: #EF2673;
}
</style>
border-color css
<style>
span { border-color: #EF2673; }
span { border-color: rgb(239,38,115); }
td.TdClassName
{
border-color: #EF2673;
}
.TagClassName
{
border-color: #EF2673;
}
</style>