Shades of Razzle Dazzle Rose #EC31CB
Tints of Razzle Dazzle Rose #EC31CB
RGB
CMYK
RGB Variations
Color information
#EC31CB (or 0xEC31CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and CB. RGB value is (236,49,203). Sum of RGB (Red+Green+Blue) = 236+49+203=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31CB is #13CE34. Grayscale: #7A7A7A. Windows color (decimal): -1297973 or 13316588. OLE color: 13316588.
HSL color Cylindrical-coordinate representation of color #EC31CB: hue angle of 310.59º 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 #EC31CB is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 203 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.07 |
| HSL | 310.59º | 0.83% | 0.56% | - |
| HSV(B) | 310.59º | 0.79% | 0.93% | - |
| XYZ | 46.47 | 24.34 | 58.75 | - |
| YUV | 122.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 203 | 0 | 0.79 | 0.14 | 0.07 | 310.59 | 0.83 | 0.56 |
| Hex | EC | 31 | CB | 0 | 4F | E | 7 | 137 | 53 | 38 |
| Octal | 354 | 61 | 313 | 0 | 117 | 16 | 7 | 467 | 123 | 70 |
| Binary | 11101100 | 110001 | 11001011 | 0 | 1001111 | 1110 | 111 | 100110111 | 1010011 | 111000 |
Color Harmonies of #EC31CB
Complementary color
Monochromatic Colors of #EC31CB
Black with #EC31CB
Text Example
Text Example
White with #EC31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31CB; }
p { color: rgb(236,49,203); }
H1.HeaderClassName
{
color: #EC31CB;
}
.AnyTagClassName
{
color: #EC31CB;
}
</style>
background-color css
<style>
a { background-color: #EC31CB; }
a { background-color: rgb(236,49,203); }
div.DivClassName
{
background-color: #EC31CB;
}
.BgClassName
{
background-color: #EC31CB;
}
</style>
border-color css
<style>
span { border-color: #EC31CB; }
span { border-color: rgb(236,49,203); }
td.TdClassName
{
border-color: #EC31CB;
}
.TagClassName
{
border-color: #EC31CB;
}
</style>