Shades of Razzle Dazzle Rose #EC31CF
Tints of Razzle Dazzle Rose #EC31CF
RGB
CMYK
RGB Variations
Color information
#EC31CF (or 0xEC31CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and CF. RGB value is (236,49,207). Sum of RGB (Red+Green+Blue) = 236+49+207=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31CF is #13CE30. Grayscale: #7A7A7A. Windows color (decimal): -1297969 or 13578732. OLE color: 13578732.
HSL color Cylindrical-coordinate representation of color #EC31CF: hue angle of 309.3º 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 #EC31CF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 207 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.07 |
| HSL | 309.3º | 0.83% | 0.56% | - |
| HSV(B) | 309.3º | 0.79% | 0.93% | - |
| XYZ | 46.95 | 24.53 | 61.29 | - |
| YUV | 122.93 | 175.45 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 207 | 0 | 0.79 | 0.12 | 0.07 | 309.3 | 0.83 | 0.56 |
| Hex | EC | 31 | CF | 0 | 4F | C | 7 | 135 | 53 | 38 |
| Octal | 354 | 61 | 317 | 0 | 117 | 14 | 7 | 465 | 123 | 70 |
| Binary | 11101100 | 110001 | 11001111 | 0 | 1001111 | 1100 | 111 | 100110101 | 1010011 | 111000 |
Color Harmonies of #EC31CF
Complementary color
Monochromatic Colors of #EC31CF
Black with #EC31CF
Text Example
Text Example
White with #EC31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31CF; }
p { color: rgb(236,49,207); }
H1.HeaderClassName
{
color: #EC31CF;
}
.AnyTagClassName
{
color: #EC31CF;
}
</style>
background-color css
<style>
a { background-color: #EC31CF; }
a { background-color: rgb(236,49,207); }
div.DivClassName
{
background-color: #EC31CF;
}
.BgClassName
{
background-color: #EC31CF;
}
</style>
border-color css
<style>
span { border-color: #EC31CF; }
span { border-color: rgb(236,49,207); }
td.TdClassName
{
border-color: #EC31CF;
}
.TagClassName
{
border-color: #EC31CF;
}
</style>