Shades of Deep Cerise #EF307E
Tints of Deep Cerise #EF307E
RGB
CMYK
RGB Variations
Color information
#EF307E (or 0xEF307E) is known color: Deep Cerise. HEX triplet: EF, 30 and 7E. RGB value is (239,48,126). Sum of RGB (Red+Green+Blue) = 239+48+126=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF307E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF307E is #10CF81. Grayscale: #717171. Windows color (decimal): -1101698 or 8270063. OLE color: 8270063.
HSL color Cylindrical-coordinate representation of color #EF307E: hue angle of 335.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF307E is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 126 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.06 |
| HSL | 335.5º | 0.86% | 0.56% | - |
| HSV(B) | 335.5º | 0.8% | 0.94% | - |
| XYZ | 40.42 | 21.97 | 21.85 | - |
| YUV | 114 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 126 | 0 | 0.80 | 0.47 | 0.06 | 335.5 | 0.86 | 0.56 |
| Hex | EF | 30 | 7E | 0 | 50 | 2F | 6 | 14F | 56 | 38 |
| Octal | 357 | 60 | 176 | 0 | 120 | 57 | 6 | 517 | 126 | 70 |
| Binary | 11101111 | 110000 | 1111110 | 0 | 1010000 | 101111 | 110 | 101001111 | 1010110 | 111000 |
Color Harmonies of #EF307E
Complementary color
Monochromatic Colors of #EF307E
Black with #EF307E
Text Example
Text Example
White with #EF307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF307E; }
p { color: rgb(239,48,126); }
H1.HeaderClassName
{
color: #EF307E;
}
.AnyTagClassName
{
color: #EF307E;
}
</style>
background-color css
<style>
a { background-color: #EF307E; }
a { background-color: rgb(239,48,126); }
div.DivClassName
{
background-color: #EF307E;
}
.BgClassName
{
background-color: #EF307E;
}
</style>
border-color css
<style>
span { border-color: #EF307E; }
span { border-color: rgb(239,48,126); }
td.TdClassName
{
border-color: #EF307E;
}
.TagClassName
{
border-color: #EF307E;
}
</style>