Shades of Razzle Dazzle Rose #EC3FBF
Tints of Razzle Dazzle Rose #EC3FBF
RGB
CMYK
RGB Variations
Color information
#EC3FBF (or 0xEC3FBF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and BF. RGB value is (236,63,191). Sum of RGB (Red+Green+Blue) = 236+63+191=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FBF is #13C040. Grayscale: #808080. Windows color (decimal): -1294401 or 12533740. OLE color: 12533740.
HSL color Cylindrical-coordinate representation of color #EC3FBF: hue angle of 315.61º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FBF is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 191 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.07 |
| HSL | 315.61º | 0.82% | 0.59% | - |
| HSV(B) | 315.61º | 0.73% | 0.93% | - |
| XYZ | 45.77 | 25.15 | 51.73 | - |
| YUV | 129.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 191 | 0 | 0.73 | 0.19 | 0.07 | 315.61 | 0.82 | 0.59 |
| Hex | EC | 3F | BF | 0 | 49 | 13 | 7 | 13C | 52 | 3B |
| Octal | 354 | 77 | 277 | 0 | 111 | 23 | 7 | 474 | 122 | 73 |
| Binary | 11101100 | 111111 | 10111111 | 0 | 1001001 | 10011 | 111 | 100111100 | 1010010 | 111011 |
Color Harmonies of #EC3FBF
Complementary color
Monochromatic Colors of #EC3FBF
Black with #EC3FBF
Text Example
Text Example
White with #EC3FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FBF; }
p { color: rgb(236,63,191); }
H1.HeaderClassName
{
color: #EC3FBF;
}
.AnyTagClassName
{
color: #EC3FBF;
}
</style>
background-color css
<style>
a { background-color: #EC3FBF; }
a { background-color: rgb(236,63,191); }
div.DivClassName
{
background-color: #EC3FBF;
}
.BgClassName
{
background-color: #EC3FBF;
}
</style>
border-color css
<style>
span { border-color: #EC3FBF; }
span { border-color: rgb(236,63,191); }
td.TdClassName
{
border-color: #EC3FBF;
}
.TagClassName
{
border-color: #EC3FBF;
}
</style>