Shades of Razzle Dazzle Rose #EF36BC
Tints of Razzle Dazzle Rose #EF36BC
RGB
CMYK
RGB Variations
Color information
#EF36BC (or 0xEF36BC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 36 and BC. RGB value is (239,54,188). Sum of RGB (Red+Green+Blue) = 239+54+188=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF36BC is #10C943. Grayscale: #7C7C7C. Windows color (decimal): -1100100 or 12334831. OLE color: 12334831.
HSL color Cylindrical-coordinate representation of color #EF36BC: hue angle of 316.54º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF36BC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 188 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.06 |
| HSL | 316.54º | 0.85% | 0.57% | - |
| HSV(B) | 316.54º | 0.77% | 0.94% | - |
| XYZ | 45.99 | 24.62 | 49.9 | - |
| YUV | 124.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 188 | 0 | 0.77 | 0.21 | 0.06 | 316.54 | 0.85 | 0.57 |
| Hex | EF | 36 | BC | 0 | 4D | 15 | 6 | 13D | 55 | 39 |
| Octal | 357 | 66 | 274 | 0 | 115 | 25 | 6 | 475 | 125 | 71 |
| Binary | 11101111 | 110110 | 10111100 | 0 | 1001101 | 10101 | 110 | 100111101 | 1010101 | 111001 |
Color Harmonies of #EF36BC
Complementary color
Monochromatic Colors of #EF36BC
Black with #EF36BC
Text Example
Text Example
White with #EF36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF36BC; }
p { color: rgb(239,54,188); }
H1.HeaderClassName
{
color: #EF36BC;
}
.AnyTagClassName
{
color: #EF36BC;
}
</style>
background-color css
<style>
a { background-color: #EF36BC; }
a { background-color: rgb(239,54,188); }
div.DivClassName
{
background-color: #EF36BC;
}
.BgClassName
{
background-color: #EF36BC;
}
</style>
border-color css
<style>
span { border-color: #EF36BC; }
span { border-color: rgb(239,54,188); }
td.TdClassName
{
border-color: #EF36BC;
}
.TagClassName
{
border-color: #EF36BC;
}
</style>