Shades of Razzle Dazzle Rose #EC4BBF
Tints of Razzle Dazzle Rose #EC4BBF
RGB
CMYK
RGB Variations
Color information
#EC4BBF (or 0xEC4BBF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4B and BF. RGB value is (236,75,191). Sum of RGB (Red+Green+Blue) = 236+75+191=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BBF is #13B440. Grayscale: #888888. Windows color (decimal): -1291329 or 12536812. OLE color: 12536812.
HSL color Cylindrical-coordinate representation of color #EC4BBF: hue angle of 316.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BBF is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 191 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 316.77º | 0.81% | 0.61% | - |
| HSV(B) | 316.77º | 0.68% | 0.93% | - |
| XYZ | 46.51 | 26.63 | 51.98 | - |
| YUV | 136.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 191 | 0 | 0.68 | 0.19 | 0.07 | 316.77 | 0.81 | 0.61 |
| Hex | EC | 4B | BF | 0 | 44 | 13 | 7 | 13D | 51 | 3D |
| Octal | 354 | 113 | 277 | 0 | 104 | 23 | 7 | 475 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10111111 | 0 | 1000100 | 10011 | 111 | 100111101 | 1010001 | 111101 |
Color Harmonies of #EC4BBF
Complementary color
Monochromatic Colors of #EC4BBF
Black with #EC4BBF
Text Example
Text Example
White with #EC4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BBF; }
p { color: rgb(236,75,191); }
H1.HeaderClassName
{
color: #EC4BBF;
}
.AnyTagClassName
{
color: #EC4BBF;
}
</style>
background-color css
<style>
a { background-color: #EC4BBF; }
a { background-color: rgb(236,75,191); }
div.DivClassName
{
background-color: #EC4BBF;
}
.BgClassName
{
background-color: #EC4BBF;
}
</style>
border-color css
<style>
span { border-color: #EC4BBF; }
span { border-color: rgb(236,75,191); }
td.TdClassName
{
border-color: #EC4BBF;
}
.TagClassName
{
border-color: #EC4BBF;
}
</style>