Shades of Razzle Dazzle Rose #EF37BA
Tints of Razzle Dazzle Rose #EF37BA
RGB
CMYK
RGB Variations
Color information
#EF37BA (or 0xEF37BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and BA. RGB value is (239,55,186). Sum of RGB (Red+Green+Blue) = 239+55+186=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37BA is #10C845. Grayscale: #7C7C7C. Windows color (decimal): -1099846 or 12204015. OLE color: 12204015.
HSL color Cylindrical-coordinate representation of color #EF37BA: hue angle of 317.28º 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 #EF37BA is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 186 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.06 |
| HSL | 317.28º | 0.85% | 0.58% | - |
| HSV(B) | 317.28º | 0.77% | 0.94% | - |
| XYZ | 45.83 | 24.63 | 48.79 | - |
| YUV | 124.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 186 | 0 | 0.77 | 0.22 | 0.06 | 317.28 | 0.85 | 0.58 |
| Hex | EF | 37 | BA | 0 | 4D | 16 | 6 | 13D | 55 | 3A |
| Octal | 357 | 67 | 272 | 0 | 115 | 26 | 6 | 475 | 125 | 72 |
| Binary | 11101111 | 110111 | 10111010 | 0 | 1001101 | 10110 | 110 | 100111101 | 1010101 | 111010 |
Color Harmonies of #EF37BA
Complementary color
Monochromatic Colors of #EF37BA
Black with #EF37BA
Text Example
Text Example
White with #EF37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37BA; }
p { color: rgb(239,55,186); }
H1.HeaderClassName
{
color: #EF37BA;
}
.AnyTagClassName
{
color: #EF37BA;
}
</style>
background-color css
<style>
a { background-color: #EF37BA; }
a { background-color: rgb(239,55,186); }
div.DivClassName
{
background-color: #EF37BA;
}
.BgClassName
{
background-color: #EF37BA;
}
</style>
border-color css
<style>
span { border-color: #EF37BA; }
span { border-color: rgb(239,55,186); }
td.TdClassName
{
border-color: #EF37BA;
}
.TagClassName
{
border-color: #EF37BA;
}
</style>