Shades of Razzle Dazzle Rose #EC32BB
Tints of Razzle Dazzle Rose #EC32BB
RGB
CMYK
RGB Variations
Color information
#EC32BB (or 0xEC32BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and BB. RGB value is (236,50,187). Sum of RGB (Red+Green+Blue) = 236+50+187=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32BB is #13CD44. Grayscale: #787878. Windows color (decimal): -1297733 or 12268268. OLE color: 12268268.
HSL color Cylindrical-coordinate representation of color #EC32BB: hue angle of 315.81º 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 #EC32BB is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 187 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.07 |
| HSL | 315.81º | 0.83% | 0.56% | - |
| HSV(B) | 315.81º | 0.79% | 0.93% | - |
| XYZ | 44.7 | 23.7 | 49.23 | - |
| YUV | 121.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 187 | 0 | 0.79 | 0.21 | 0.07 | 315.81 | 0.83 | 0.56 |
| Hex | EC | 32 | BB | 0 | 4F | 15 | 7 | 13C | 53 | 38 |
| Octal | 354 | 62 | 273 | 0 | 117 | 25 | 7 | 474 | 123 | 70 |
| Binary | 11101100 | 110010 | 10111011 | 0 | 1001111 | 10101 | 111 | 100111100 | 1010011 | 111000 |
Color Harmonies of #EC32BB
Complementary color
Monochromatic Colors of #EC32BB
Black with #EC32BB
Text Example
Text Example
White with #EC32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32BB; }
p { color: rgb(236,50,187); }
H1.HeaderClassName
{
color: #EC32BB;
}
.AnyTagClassName
{
color: #EC32BB;
}
</style>
background-color css
<style>
a { background-color: #EC32BB; }
a { background-color: rgb(236,50,187); }
div.DivClassName
{
background-color: #EC32BB;
}
.BgClassName
{
background-color: #EC32BB;
}
</style>
border-color css
<style>
span { border-color: #EC32BB; }
span { border-color: rgb(236,50,187); }
td.TdClassName
{
border-color: #EC32BB;
}
.TagClassName
{
border-color: #EC32BB;
}
</style>