Shades of Razzle Dazzle Rose #EC3FCD
Tints of Razzle Dazzle Rose #EC3FCD
RGB
CMYK
RGB Variations
Color information
#EC3FCD (or 0xEC3FCD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and CD. RGB value is (236,63,205). Sum of RGB (Red+Green+Blue) = 236+63+205=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FCD is #13C032. Grayscale: #828282. Windows color (decimal): -1294387 or 13451244. OLE color: 13451244.
HSL color Cylindrical-coordinate representation of color #EC3FCD: hue angle of 310.75º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FCD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 205 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.07 |
| HSL | 310.75º | 0.82% | 0.59% | - |
| HSV(B) | 310.75º | 0.73% | 0.93% | - |
| XYZ | 47.39 | 25.8 | 60.24 | - |
| YUV | 130.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 205 | 0 | 0.73 | 0.13 | 0.07 | 310.75 | 0.82 | 0.59 |
| Hex | EC | 3F | CD | 0 | 49 | D | 7 | 137 | 52 | 3B |
| Octal | 354 | 77 | 315 | 0 | 111 | 15 | 7 | 467 | 122 | 73 |
| Binary | 11101100 | 111111 | 11001101 | 0 | 1001001 | 1101 | 111 | 100110111 | 1010010 | 111011 |
Color Harmonies of #EC3FCD
Complementary color
Monochromatic Colors of #EC3FCD
Black with #EC3FCD
Text Example
Text Example
White with #EC3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FCD; }
p { color: rgb(236,63,205); }
H1.HeaderClassName
{
color: #EC3FCD;
}
.AnyTagClassName
{
color: #EC3FCD;
}
</style>
background-color css
<style>
a { background-color: #EC3FCD; }
a { background-color: rgb(236,63,205); }
div.DivClassName
{
background-color: #EC3FCD;
}
.BgClassName
{
background-color: #EC3FCD;
}
</style>
border-color css
<style>
span { border-color: #EC3FCD; }
span { border-color: rgb(236,63,205); }
td.TdClassName
{
border-color: #EC3FCD;
}
.TagClassName
{
border-color: #EC3FCD;
}
</style>