Shades of Razzle Dazzle Rose #EC2CB9
Tints of Razzle Dazzle Rose #EC2CB9
RGB
CMYK
RGB Variations
Color information
#EC2CB9 (or 0xEC2CB9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and B9. RGB value is (236,44,185). Sum of RGB (Red+Green+Blue) = 236+44+185=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CB9 is #13D346. Grayscale: #757575. Windows color (decimal): -1299271 or 12135660. OLE color: 12135660.
HSL color Cylindrical-coordinate representation of color #EC2CB9: hue angle of 315.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2CB9 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 185 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.07 |
| HSL | 315.94º | 0.83% | 0.55% | - |
| HSV(B) | 315.94º | 0.81% | 0.93% | - |
| XYZ | 44.25 | 23.14 | 48.03 | - |
| YUV | 117.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 185 | 0 | 0.81 | 0.22 | 0.07 | 315.94 | 0.83 | 0.55 |
| Hex | EC | 2C | B9 | 0 | 51 | 16 | 7 | 13C | 53 | 37 |
| Octal | 354 | 54 | 271 | 0 | 121 | 26 | 7 | 474 | 123 | 67 |
| Binary | 11101100 | 101100 | 10111001 | 0 | 1010001 | 10110 | 111 | 100111100 | 1010011 | 110111 |
Color Harmonies of #EC2CB9
Complementary color
Monochromatic Colors of #EC2CB9
Black with #EC2CB9
Text Example
Text Example
White with #EC2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CB9; }
p { color: rgb(236,44,185); }
H1.HeaderClassName
{
color: #EC2CB9;
}
.AnyTagClassName
{
color: #EC2CB9;
}
</style>
background-color css
<style>
a { background-color: #EC2CB9; }
a { background-color: rgb(236,44,185); }
div.DivClassName
{
background-color: #EC2CB9;
}
.BgClassName
{
background-color: #EC2CB9;
}
</style>
border-color css
<style>
span { border-color: #EC2CB9; }
span { border-color: rgb(236,44,185); }
td.TdClassName
{
border-color: #EC2CB9;
}
.TagClassName
{
border-color: #EC2CB9;
}
</style>