Shades of Razzle Dazzle Rose #EC31EC
Tints of Razzle Dazzle Rose #EC31EC
RGB
CMYK
RGB Variations
Color information
#EC31EC (or 0xEC31EC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and EC. RGB value is (236,49,236). Sum of RGB (Red+Green+Blue) = 236+49+236=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC31EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31EC is #13CE13. Grayscale: #7D7D7D. Windows color (decimal): -1297940 or 15479276. OLE color: 15479276.
HSL color Cylindrical-coordinate representation of color #EC31EC: hue angle of 300º 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 #EC31EC is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 236 | - |
| CMYK | 0 | 0.79 | 0 | 0.07 |
| HSL | 300º | 0.83% | 0.56% | - |
| HSV(B) | 300º | 0.79% | 0.93% | - |
| XYZ | 50.83 | 26.09 | 81.71 | - |
| YUV | 126.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 236 | 0 | 0.79 | 0 | 0.07 | 300 | 0.83 | 0.56 |
| Hex | EC | 31 | EC | 0 | 4F | 0 | 7 | 12C | 53 | 38 |
| Octal | 354 | 61 | 354 | 0 | 117 | 0 | 7 | 454 | 123 | 70 |
| Binary | 11101100 | 110001 | 11101100 | 0 | 1001111 | 0 | 111 | 100101100 | 1010011 | 111000 |
Color Harmonies of #EC31EC
Complementary color
Monochromatic Colors of #EC31EC
Black with #EC31EC
Text Example
Text Example
White with #EC31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31EC; }
p { color: rgb(236,49,236); }
H1.HeaderClassName
{
color: #EC31EC;
}
.AnyTagClassName
{
color: #EC31EC;
}
</style>
background-color css
<style>
a { background-color: #EC31EC; }
a { background-color: rgb(236,49,236); }
div.DivClassName
{
background-color: #EC31EC;
}
.BgClassName
{
background-color: #EC31EC;
}
</style>
border-color css
<style>
span { border-color: #EC31EC; }
span { border-color: rgb(236,49,236); }
td.TdClassName
{
border-color: #EC31EC;
}
.TagClassName
{
border-color: #EC31EC;
}
</style>