Shades of Razzle Dazzle Rose #EC31BB
Tints of Razzle Dazzle Rose #EC31BB
RGB
CMYK
RGB Variations
Color information
#EC31BB (or 0xEC31BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and BB. RGB value is (236,49,187). Sum of RGB (Red+Green+Blue) = 236+49+187=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31BB is #13CE44. Grayscale: #787878. Windows color (decimal): -1297989 or 12268012. OLE color: 12268012.
HSL color Cylindrical-coordinate representation of color #EC31BB: hue angle of 315.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC31BB is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 187 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.07 |
| HSL | 315.72º | 0.83% | 0.56% | - |
| HSV(B) | 315.72º | 0.79% | 0.93% | - |
| XYZ | 44.66 | 23.62 | 49.22 | - |
| YUV | 120.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 187 | 0 | 0.79 | 0.21 | 0.07 | 315.72 | 0.83 | 0.56 |
| Hex | EC | 31 | BB | 0 | 4F | 15 | 7 | 13C | 53 | 38 |
| Octal | 354 | 61 | 273 | 0 | 117 | 25 | 7 | 474 | 123 | 70 |
| Binary | 11101100 | 110001 | 10111011 | 0 | 1001111 | 10101 | 111 | 100111100 | 1010011 | 111000 |
Color Harmonies of #EC31BB
Complementary color
Monochromatic Colors of #EC31BB
Black with #EC31BB
Text Example
Text Example
White with #EC31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31BB; }
p { color: rgb(236,49,187); }
H1.HeaderClassName
{
color: #EC31BB;
}
.AnyTagClassName
{
color: #EC31BB;
}
</style>
background-color css
<style>
a { background-color: #EC31BB; }
a { background-color: rgb(236,49,187); }
div.DivClassName
{
background-color: #EC31BB;
}
.BgClassName
{
background-color: #EC31BB;
}
</style>
border-color css
<style>
span { border-color: #EC31BB; }
span { border-color: rgb(236,49,187); }
td.TdClassName
{
border-color: #EC31BB;
}
.TagClassName
{
border-color: #EC31BB;
}
</style>