Shades of Razzle Dazzle Rose #EF4CBC
Tints of Razzle Dazzle Rose #EF4CBC
RGB
CMYK
RGB Variations
Color information
#EF4CBC (or 0xEF4CBC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4C and BC. RGB value is (239,76,188). Sum of RGB (Red+Green+Blue) = 239+76+188=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CBC is #10B343. Grayscale: #898989. Windows color (decimal): -1094468 or 12340463. OLE color: 12340463.
HSL color Cylindrical-coordinate representation of color #EF4CBC: hue angle of 318.77º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CBC is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 188 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.06 |
| HSL | 318.77º | 0.84% | 0.62% | - |
| HSV(B) | 318.77º | 0.68% | 0.94% | - |
| XYZ | 47.26 | 27.15 | 50.33 | - |
| YUV | 137.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 188 | 0 | 0.68 | 0.21 | 0.06 | 318.77 | 0.84 | 0.62 |
| Hex | EF | 4C | BC | 0 | 44 | 15 | 6 | 13F | 54 | 3E |
| Octal | 357 | 114 | 274 | 0 | 104 | 25 | 6 | 477 | 124 | 76 |
| Binary | 11101111 | 1001100 | 10111100 | 0 | 1000100 | 10101 | 110 | 100111111 | 1010100 | 111110 |
Color Harmonies of #EF4CBC
Complementary color
Monochromatic Colors of #EF4CBC
Black with #EF4CBC
Text Example
Text Example
White with #EF4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CBC; }
p { color: rgb(239,76,188); }
H1.HeaderClassName
{
color: #EF4CBC;
}
.AnyTagClassName
{
color: #EF4CBC;
}
</style>
background-color css
<style>
a { background-color: #EF4CBC; }
a { background-color: rgb(239,76,188); }
div.DivClassName
{
background-color: #EF4CBC;
}
.BgClassName
{
background-color: #EF4CBC;
}
</style>
border-color css
<style>
span { border-color: #EF4CBC; }
span { border-color: rgb(239,76,188); }
td.TdClassName
{
border-color: #EF4CBC;
}
.TagClassName
{
border-color: #EF4CBC;
}
</style>