Shades of Razzle Dazzle Rose #EC3CCD
Tints of Razzle Dazzle Rose #EC3CCD
RGB
CMYK
RGB Variations
Color information
#EC3CCD (or 0xEC3CCD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and CD. RGB value is (236,60,205). Sum of RGB (Red+Green+Blue) = 236+60+205=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CCD is #13C332. Grayscale: #808080. Windows color (decimal): -1295155 or 13450476. OLE color: 13450476.
HSL color Cylindrical-coordinate representation of color #EC3CCD: hue angle of 310.57º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CCD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 205 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.07 |
| HSL | 310.57º | 0.82% | 0.58% | - |
| HSV(B) | 310.57º | 0.75% | 0.93% | - |
| XYZ | 47.23 | 25.47 | 60.19 | - |
| YUV | 129.15 | 170.81 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 205 | 0 | 0.75 | 0.13 | 0.07 | 310.57 | 0.82 | 0.58 |
| Hex | EC | 3C | CD | 0 | 4B | D | 7 | 137 | 52 | 3A |
| Octal | 354 | 74 | 315 | 0 | 113 | 15 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111100 | 11001101 | 0 | 1001011 | 1101 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3CCD
Complementary color
Monochromatic Colors of #EC3CCD
Black with #EC3CCD
Text Example
Text Example
White with #EC3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CCD; }
p { color: rgb(236,60,205); }
H1.HeaderClassName
{
color: #EC3CCD;
}
.AnyTagClassName
{
color: #EC3CCD;
}
</style>
background-color css
<style>
a { background-color: #EC3CCD; }
a { background-color: rgb(236,60,205); }
div.DivClassName
{
background-color: #EC3CCD;
}
.BgClassName
{
background-color: #EC3CCD;
}
</style>
border-color css
<style>
span { border-color: #EC3CCD; }
span { border-color: rgb(236,60,205); }
td.TdClassName
{
border-color: #EC3CCD;
}
.TagClassName
{
border-color: #EC3CCD;
}
</style>