Shades of Razzle Dazzle Rose #EF37EC
Tints of Razzle Dazzle Rose #EF37EC
RGB
CMYK
RGB Variations
Color information
#EF37EC (or 0xEF37EC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and EC. RGB value is (239,55,236). Sum of RGB (Red+Green+Blue) = 239+55+236=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 55 (21.88% from 255 or 10.38% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37EC is #10C813. Grayscale: #828282. Windows color (decimal): -1099796 or 15480815. OLE color: 15480815.
HSL color Cylindrical-coordinate representation of color #EF37EC: hue angle of 300.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF37EC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 236 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.06 |
| HSL | 300.98º | 0.85% | 0.58% | - |
| HSV(B) | 300.98º | 0.77% | 0.94% | - |
| XYZ | 52.1 | 27.14 | 81.85 | - |
| YUV | 130.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 236 | 0 | 0.77 | 0.01 | 0.06 | 300.98 | 0.85 | 0.58 |
| Hex | EF | 37 | EC | 0 | 4D | 1 | 6 | 12D | 55 | 3A |
| Octal | 357 | 67 | 354 | 0 | 115 | 1 | 6 | 455 | 125 | 72 |
| Binary | 11101111 | 110111 | 11101100 | 0 | 1001101 | 1 | 110 | 100101101 | 1010101 | 111010 |
Color Harmonies of #EF37EC
Complementary color
Monochromatic Colors of #EF37EC
Black with #EF37EC
Text Example
Text Example
White with #EF37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37EC; }
p { color: rgb(239,55,236); }
H1.HeaderClassName
{
color: #EF37EC;
}
.AnyTagClassName
{
color: #EF37EC;
}
</style>
background-color css
<style>
a { background-color: #EF37EC; }
a { background-color: rgb(239,55,236); }
div.DivClassName
{
background-color: #EF37EC;
}
.BgClassName
{
background-color: #EF37EC;
}
</style>
border-color css
<style>
span { border-color: #EF37EC; }
span { border-color: rgb(239,55,236); }
td.TdClassName
{
border-color: #EF37EC;
}
.TagClassName
{
border-color: #EF37EC;
}
</style>