Shades of Razzle Dazzle Rose #EC3DCC
Tints of Razzle Dazzle Rose #EC3DCC
RGB
CMYK
RGB Variations
Color information
#EC3DCC (or 0xEC3DCC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and CC. RGB value is (236,61,204). Sum of RGB (Red+Green+Blue) = 236+61+204=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DCC is #13C233. Grayscale: #818181. Windows color (decimal): -1294900 or 13385196. OLE color: 13385196.
HSL color Cylindrical-coordinate representation of color #EC3DCC: hue angle of 310.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DCC is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 204 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 310.97º | 0.82% | 0.58% | - |
| HSV(B) | 310.97º | 0.74% | 0.93% | - |
| XYZ | 47.16 | 25.53 | 59.57 | - |
| YUV | 129.63 | 169.98 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 204 | 0 | 0.74 | 0.14 | 0.07 | 310.97 | 0.82 | 0.58 |
| Hex | EC | 3D | CC | 0 | 4A | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 75 | 314 | 0 | 112 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111101 | 11001100 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3DCC
Complementary color
Monochromatic Colors of #EC3DCC
Black with #EC3DCC
Text Example
Text Example
White with #EC3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DCC; }
p { color: rgb(236,61,204); }
H1.HeaderClassName
{
color: #EC3DCC;
}
.AnyTagClassName
{
color: #EC3DCC;
}
</style>
background-color css
<style>
a { background-color: #EC3DCC; }
a { background-color: rgb(236,61,204); }
div.DivClassName
{
background-color: #EC3DCC;
}
.BgClassName
{
background-color: #EC3DCC;
}
</style>
border-color css
<style>
span { border-color: #EC3DCC; }
span { border-color: rgb(236,61,204); }
td.TdClassName
{
border-color: #EC3DCC;
}
.TagClassName
{
border-color: #EC3DCC;
}
</style>