Shades of Razzle Dazzle Rose #EF3CBC
Tints of Razzle Dazzle Rose #EF3CBC
RGB
CMYK
RGB Variations
Color information
#EF3CBC (or 0xEF3CBC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and BC. RGB value is (239,60,188). Sum of RGB (Red+Green+Blue) = 239+60+188=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CBC is #10C343. Grayscale: #7F7F7F. Windows color (decimal): -1098564 or 12336367. OLE color: 12336367.
HSL color Cylindrical-coordinate representation of color #EF3CBC: hue angle of 317.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CBC is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 188 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.06 |
| HSL | 317.1º | 0.85% | 0.59% | - |
| HSV(B) | 317.1º | 0.75% | 0.94% | - |
| XYZ | 46.29 | 25.21 | 50 | - |
| YUV | 128.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 188 | 0 | 0.75 | 0.21 | 0.06 | 317.1 | 0.85 | 0.59 |
| Hex | EF | 3C | BC | 0 | 4B | 15 | 6 | 13D | 55 | 3B |
| Octal | 357 | 74 | 274 | 0 | 113 | 25 | 6 | 475 | 125 | 73 |
| Binary | 11101111 | 111100 | 10111100 | 0 | 1001011 | 10101 | 110 | 100111101 | 1010101 | 111011 |
Color Harmonies of #EF3CBC
Complementary color
Monochromatic Colors of #EF3CBC
Black with #EF3CBC
Text Example
Text Example
White with #EF3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CBC; }
p { color: rgb(239,60,188); }
H1.HeaderClassName
{
color: #EF3CBC;
}
.AnyTagClassName
{
color: #EF3CBC;
}
</style>
background-color css
<style>
a { background-color: #EF3CBC; }
a { background-color: rgb(239,60,188); }
div.DivClassName
{
background-color: #EF3CBC;
}
.BgClassName
{
background-color: #EF3CBC;
}
</style>
border-color css
<style>
span { border-color: #EF3CBC; }
span { border-color: rgb(239,60,188); }
td.TdClassName
{
border-color: #EF3CBC;
}
.TagClassName
{
border-color: #EF3CBC;
}
</style>