Shades of Razzle Dazzle Rose #EC31CC
Tints of Razzle Dazzle Rose #EC31CC
RGB
CMYK
RGB Variations
Color information
#EC31CC (or 0xEC31CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and CC. RGB value is (236,49,204). Sum of RGB (Red+Green+Blue) = 236+49+204=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31CC is #13CE33. Grayscale: #7A7A7A. Windows color (decimal): -1297972 or 13382124. OLE color: 13382124.
HSL color Cylindrical-coordinate representation of color #EC31CC: hue angle of 310.27º 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 #EC31CC is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 204 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.07 |
| HSL | 310.27º | 0.83% | 0.56% | - |
| HSV(B) | 310.27º | 0.79% | 0.93% | - |
| XYZ | 46.59 | 24.39 | 59.38 | - |
| YUV | 122.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 204 | 0 | 0.79 | 0.14 | 0.07 | 310.27 | 0.83 | 0.56 |
| Hex | EC | 31 | CC | 0 | 4F | E | 7 | 136 | 53 | 38 |
| Octal | 354 | 61 | 314 | 0 | 117 | 16 | 7 | 466 | 123 | 70 |
| Binary | 11101100 | 110001 | 11001100 | 0 | 1001111 | 1110 | 111 | 100110110 | 1010011 | 111000 |
Color Harmonies of #EC31CC
Complementary color
Monochromatic Colors of #EC31CC
Black with #EC31CC
Text Example
Text Example
White with #EC31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31CC; }
p { color: rgb(236,49,204); }
H1.HeaderClassName
{
color: #EC31CC;
}
.AnyTagClassName
{
color: #EC31CC;
}
</style>
background-color css
<style>
a { background-color: #EC31CC; }
a { background-color: rgb(236,49,204); }
div.DivClassName
{
background-color: #EC31CC;
}
.BgClassName
{
background-color: #EC31CC;
}
</style>
border-color css
<style>
span { border-color: #EC31CC; }
span { border-color: rgb(236,49,204); }
td.TdClassName
{
border-color: #EC31CC;
}
.TagClassName
{
border-color: #EC31CC;
}
</style>