Shades of Razzle Dazzle Rose #EF3BBB
Tints of Razzle Dazzle Rose #EF3BBB
RGB
CMYK
RGB Variations
Color information
#EF3BBB (or 0xEF3BBB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and BB. RGB value is (239,59,187). Sum of RGB (Red+Green+Blue) = 239+59+187=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BBB is #10C444. Grayscale: #7F7F7F. Windows color (decimal): -1098821 or 12270575. OLE color: 12270575.
HSL color Cylindrical-coordinate representation of color #EF3BBB: hue angle of 317.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BBB is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 187 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.06 |
| HSL | 317.33º | 0.85% | 0.58% | - |
| HSV(B) | 317.33º | 0.75% | 0.94% | - |
| XYZ | 46.13 | 25.07 | 49.42 | - |
| YUV | 127.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 187 | 0 | 0.75 | 0.22 | 0.06 | 317.33 | 0.85 | 0.58 |
| Hex | EF | 3B | BB | 0 | 4B | 16 | 6 | 13D | 55 | 3A |
| Octal | 357 | 73 | 273 | 0 | 113 | 26 | 6 | 475 | 125 | 72 |
| Binary | 11101111 | 111011 | 10111011 | 0 | 1001011 | 10110 | 110 | 100111101 | 1010101 | 111010 |
Color Harmonies of #EF3BBB
Complementary color
Monochromatic Colors of #EF3BBB
Black with #EF3BBB
Text Example
Text Example
White with #EF3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3BBB; }
p { color: rgb(239,59,187); }
H1.HeaderClassName
{
color: #EF3BBB;
}
.AnyTagClassName
{
color: #EF3BBB;
}
</style>
background-color css
<style>
a { background-color: #EF3BBB; }
a { background-color: rgb(239,59,187); }
div.DivClassName
{
background-color: #EF3BBB;
}
.BgClassName
{
background-color: #EF3BBB;
}
</style>
border-color css
<style>
span { border-color: #EF3BBB; }
span { border-color: rgb(239,59,187); }
td.TdClassName
{
border-color: #EF3BBB;
}
.TagClassName
{
border-color: #EF3BBB;
}
</style>