Shades of Razzle Dazzle Rose #EC3BCF
Tints of Razzle Dazzle Rose #EC3BCF
RGB
CMYK
RGB Variations
Color information
#EC3BCF (or 0xEC3BCF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and CF. RGB value is (236,59,207). Sum of RGB (Red+Green+Blue) = 236+59+207=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BCF is #13C430. Grayscale: #808080. Windows color (decimal): -1295409 or 13581292. OLE color: 13581292.
HSL color Cylindrical-coordinate representation of color #EC3BCF: hue angle of 309.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BCF is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 207 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.07 |
| HSL | 309.83º | 0.82% | 0.58% | - |
| HSV(B) | 309.83º | 0.75% | 0.93% | - |
| XYZ | 47.42 | 25.47 | 61.45 | - |
| YUV | 128.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 207 | 0 | 0.75 | 0.12 | 0.07 | 309.83 | 0.82 | 0.58 |
| Hex | EC | 3B | CF | 0 | 4B | C | 7 | 136 | 52 | 3A |
| Octal | 354 | 73 | 317 | 0 | 113 | 14 | 7 | 466 | 122 | 72 |
| Binary | 11101100 | 111011 | 11001111 | 0 | 1001011 | 1100 | 111 | 100110110 | 1010010 | 111010 |
Color Harmonies of #EC3BCF
Complementary color
Monochromatic Colors of #EC3BCF
Black with #EC3BCF
Text Example
Text Example
White with #EC3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BCF; }
p { color: rgb(236,59,207); }
H1.HeaderClassName
{
color: #EC3BCF;
}
.AnyTagClassName
{
color: #EC3BCF;
}
</style>
background-color css
<style>
a { background-color: #EC3BCF; }
a { background-color: rgb(236,59,207); }
div.DivClassName
{
background-color: #EC3BCF;
}
.BgClassName
{
background-color: #EC3BCF;
}
</style>
border-color css
<style>
span { border-color: #EC3BCF; }
span { border-color: rgb(236,59,207); }
td.TdClassName
{
border-color: #EC3BCF;
}
.TagClassName
{
border-color: #EC3BCF;
}
</style>