Shades of Deep Cerise #EF2D8B
Tints of Deep Cerise #EF2D8B
RGB
CMYK
RGB Variations
Color information
#EF2D8B (or 0xEF2D8B) is known color: Deep Cerise. HEX triplet: EF, 2D and 8B. RGB value is (239,45,139). Sum of RGB (Red+Green+Blue) = 239+45+139=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D8B is #10D274. Grayscale: #717171. Windows color (decimal): -1102453 or 9121263. OLE color: 9121263.
HSL color Cylindrical-coordinate representation of color #EF2D8B: hue angle of 330.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D8B is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 139 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.06 |
| HSL | 330.93º | 0.86% | 0.56% | - |
| HSV(B) | 330.93º | 0.81% | 0.94% | - |
| XYZ | 41.2 | 22.09 | 26.52 | - |
| YUV | 113.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 139 | 0 | 0.81 | 0.42 | 0.06 | 330.93 | 0.86 | 0.56 |
| Hex | EF | 2D | 8B | 0 | 51 | 2A | 6 | 14B | 56 | 38 |
| Octal | 357 | 55 | 213 | 0 | 121 | 52 | 6 | 513 | 126 | 70 |
| Binary | 11101111 | 101101 | 10001011 | 0 | 1010001 | 101010 | 110 | 101001011 | 1010110 | 111000 |
Color Harmonies of #EF2D8B
Complementary color
Monochromatic Colors of #EF2D8B
Black with #EF2D8B
Text Example
Text Example
White with #EF2D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D8B; }
p { color: rgb(239,45,139); }
H1.HeaderClassName
{
color: #EF2D8B;
}
.AnyTagClassName
{
color: #EF2D8B;
}
</style>
background-color css
<style>
a { background-color: #EF2D8B; }
a { background-color: rgb(239,45,139); }
div.DivClassName
{
background-color: #EF2D8B;
}
.BgClassName
{
background-color: #EF2D8B;
}
</style>
border-color css
<style>
span { border-color: #EF2D8B; }
span { border-color: rgb(239,45,139); }
td.TdClassName
{
border-color: #EF2D8B;
}
.TagClassName
{
border-color: #EF2D8B;
}
</style>