Shades of Razzle Dazzle Rose #EC31C9
Tints of Razzle Dazzle Rose #EC31C9
RGB
CMYK
RGB Variations
Color information
#EC31C9 (or 0xEC31C9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and C9. RGB value is (236,49,201). Sum of RGB (Red+Green+Blue) = 236+49+201=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31C9 is #13CE36. Grayscale: #797979. Windows color (decimal): -1297975 or 13185516. OLE color: 13185516.
HSL color Cylindrical-coordinate representation of color #EC31C9: hue angle of 311.23º 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 #EC31C9 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 201 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.07 |
| HSL | 311.23º | 0.83% | 0.56% | - |
| HSV(B) | 311.23º | 0.79% | 0.93% | - |
| XYZ | 46.23 | 24.25 | 57.5 | - |
| YUV | 122.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 201 | 0 | 0.79 | 0.15 | 0.07 | 311.23 | 0.83 | 0.56 |
| Hex | EC | 31 | C9 | 0 | 4F | F | 7 | 137 | 53 | 38 |
| Octal | 354 | 61 | 311 | 0 | 117 | 17 | 7 | 467 | 123 | 70 |
| Binary | 11101100 | 110001 | 11001001 | 0 | 1001111 | 1111 | 111 | 100110111 | 1010011 | 111000 |
Color Harmonies of #EC31C9
Complementary color
Monochromatic Colors of #EC31C9
Black with #EC31C9
Text Example
Text Example
White with #EC31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31C9; }
p { color: rgb(236,49,201); }
H1.HeaderClassName
{
color: #EC31C9;
}
.AnyTagClassName
{
color: #EC31C9;
}
</style>
background-color css
<style>
a { background-color: #EC31C9; }
a { background-color: rgb(236,49,201); }
div.DivClassName
{
background-color: #EC31C9;
}
.BgClassName
{
background-color: #EC31C9;
}
</style>
border-color css
<style>
span { border-color: #EC31C9; }
span { border-color: rgb(236,49,201); }
td.TdClassName
{
border-color: #EC31C9;
}
.TagClassName
{
border-color: #EC31C9;
}
</style>