Shades of Razzle Dazzle Rose #EF27EC
Tints of Razzle Dazzle Rose #EF27EC
RGB
CMYK
RGB Variations
Color information
#EF27EC (or 0xEF27EC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and EC. RGB value is (239,39,236). Sum of RGB (Red+Green+Blue) = 239+39+236=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF27EC is #10D813. Grayscale: #787878. Windows color (decimal): -1103892 or 15476719. OLE color: 15476719.
HSL color Cylindrical-coordinate representation of color #EF27EC: hue angle of 300.9º 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 #EF27EC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 236 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.06 |
| HSL | 300.9º | 0.86% | 0.55% | - |
| HSV(B) | 300.9º | 0.84% | 0.94% | - |
| XYZ | 51.46 | 25.86 | 81.64 | - |
| YUV | 121.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 236 | 0 | 0.84 | 0.01 | 0.06 | 300.9 | 0.86 | 0.55 |
| Hex | EF | 27 | EC | 0 | 54 | 1 | 6 | 12D | 56 | 37 |
| Octal | 357 | 47 | 354 | 0 | 124 | 1 | 6 | 455 | 126 | 67 |
| Binary | 11101111 | 100111 | 11101100 | 0 | 1010100 | 1 | 110 | 100101101 | 1010110 | 110111 |
Color Harmonies of #EF27EC
Complementary color
Monochromatic Colors of #EF27EC
Black with #EF27EC
Text Example
Text Example
White with #EF27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27EC; }
p { color: rgb(239,39,236); }
H1.HeaderClassName
{
color: #EF27EC;
}
.AnyTagClassName
{
color: #EF27EC;
}
</style>
background-color css
<style>
a { background-color: #EF27EC; }
a { background-color: rgb(239,39,236); }
div.DivClassName
{
background-color: #EF27EC;
}
.BgClassName
{
background-color: #EF27EC;
}
</style>
border-color css
<style>
span { border-color: #EF27EC; }
span { border-color: rgb(239,39,236); }
td.TdClassName
{
border-color: #EF27EC;
}
.TagClassName
{
border-color: #EF27EC;
}
</style>