Shades of Razzle Dazzle Rose #EC3DCD
Tints of Razzle Dazzle Rose #EC3DCD
RGB
CMYK
RGB Variations
Color information
#EC3DCD (or 0xEC3DCD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and CD. RGB value is (236,61,205). Sum of RGB (Red+Green+Blue) = 236+61+205=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DCD is #13C232. Grayscale: #818181. Windows color (decimal): -1294899 or 13450732. OLE color: 13450732.
HSL color Cylindrical-coordinate representation of color #EC3DCD: hue angle of 310.63º 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 #EC3DCD is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 205 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.07 |
| HSL | 310.63º | 0.82% | 0.58% | - |
| HSV(B) | 310.63º | 0.74% | 0.93% | - |
| XYZ | 47.28 | 25.58 | 60.2 | - |
| YUV | 129.74 | 170.48 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 205 | 0 | 0.74 | 0.13 | 0.07 | 310.63 | 0.82 | 0.58 |
| Hex | EC | 3D | CD | 0 | 4A | D | 7 | 137 | 52 | 3A |
| Octal | 354 | 75 | 315 | 0 | 112 | 15 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111101 | 11001101 | 0 | 1001010 | 1101 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3DCD
Complementary color
Monochromatic Colors of #EC3DCD
Black with #EC3DCD
Text Example
Text Example
White with #EC3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DCD; }
p { color: rgb(236,61,205); }
H1.HeaderClassName
{
color: #EC3DCD;
}
.AnyTagClassName
{
color: #EC3DCD;
}
</style>
background-color css
<style>
a { background-color: #EC3DCD; }
a { background-color: rgb(236,61,205); }
div.DivClassName
{
background-color: #EC3DCD;
}
.BgClassName
{
background-color: #EC3DCD;
}
</style>
border-color css
<style>
span { border-color: #EC3DCD; }
span { border-color: rgb(236,61,205); }
td.TdClassName
{
border-color: #EC3DCD;
}
.TagClassName
{
border-color: #EC3DCD;
}
</style>