Shades of Razzle Dazzle Rose #EC31DF
Tints of Razzle Dazzle Rose #EC31DF
RGB
CMYK
RGB Variations
Color information
#EC31DF (or 0xEC31DF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and DF. RGB value is (236,49,223). Sum of RGB (Red+Green+Blue) = 236+49+223=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31DF is #13CE20. Grayscale: #7C7C7C. Windows color (decimal): -1297953 or 14627308. OLE color: 14627308.
HSL color Cylindrical-coordinate representation of color #EC31DF: hue angle of 304.17º 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 #EC31DF is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 223 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.07 |
| HSL | 304.17º | 0.83% | 0.56% | - |
| HSV(B) | 304.17º | 0.79% | 0.93% | - |
| XYZ | 49.01 | 25.36 | 72.12 | - |
| YUV | 124.75 | 183.45 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 223 | 0 | 0.79 | 0.06 | 0.07 | 304.17 | 0.83 | 0.56 |
| Hex | EC | 31 | DF | 0 | 4F | 6 | 7 | 130 | 53 | 38 |
| Octal | 354 | 61 | 337 | 0 | 117 | 6 | 7 | 460 | 123 | 70 |
| Binary | 11101100 | 110001 | 11011111 | 0 | 1001111 | 110 | 111 | 100110000 | 1010011 | 111000 |
Color Harmonies of #EC31DF
Complementary color
Monochromatic Colors of #EC31DF
Black with #EC31DF
Text Example
Text Example
White with #EC31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31DF; }
p { color: rgb(236,49,223); }
H1.HeaderClassName
{
color: #EC31DF;
}
.AnyTagClassName
{
color: #EC31DF;
}
</style>
background-color css
<style>
a { background-color: #EC31DF; }
a { background-color: rgb(236,49,223); }
div.DivClassName
{
background-color: #EC31DF;
}
.BgClassName
{
background-color: #EC31DF;
}
</style>
border-color css
<style>
span { border-color: #EC31DF; }
span { border-color: rgb(236,49,223); }
td.TdClassName
{
border-color: #EC31DF;
}
.TagClassName
{
border-color: #EC31DF;
}
</style>