Shades of Razzle Dazzle Rose #EC1CDC
Tints of Razzle Dazzle Rose #EC1CDC
RGB
CMYK
RGB Variations
Color information
#EC1CDC (or 0xEC1CDC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1C and DC. RGB value is (236,28,220). Sum of RGB (Red+Green+Blue) = 236+28+220=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CDC is #13E323. Grayscale: #6F6F6F. Windows color (decimal): -1303332 or 14425324. OLE color: 14425324.
HSL color Cylindrical-coordinate representation of color #EC1CDC: hue angle of 304.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CDC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.07 |
| HSL | 304.62º | 0.85% | 0.52% | - |
| HSV(B) | 304.62º | 0.88% | 0.93% | - |
| XYZ | 47.93 | 23.83 | 69.78 | - |
| YUV | 112.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 220 | 0 | 0.88 | 0.07 | 0.07 | 304.62 | 0.85 | 0.52 |
| Hex | EC | 1C | DC | 0 | 58 | 7 | 7 | 131 | 55 | 34 |
| Octal | 354 | 34 | 334 | 0 | 130 | 7 | 7 | 461 | 125 | 64 |
| Binary | 11101100 | 11100 | 11011100 | 0 | 1011000 | 111 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #EC1CDC
Complementary color
Monochromatic Colors of #EC1CDC
Black with #EC1CDC
Text Example
Text Example
White with #EC1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CDC; }
p { color: rgb(236,28,220); }
H1.HeaderClassName
{
color: #EC1CDC;
}
.AnyTagClassName
{
color: #EC1CDC;
}
</style>
background-color css
<style>
a { background-color: #EC1CDC; }
a { background-color: rgb(236,28,220); }
div.DivClassName
{
background-color: #EC1CDC;
}
.BgClassName
{
background-color: #EC1CDC;
}
</style>
border-color css
<style>
span { border-color: #EC1CDC; }
span { border-color: rgb(236,28,220); }
td.TdClassName
{
border-color: #EC1CDC;
}
.TagClassName
{
border-color: #EC1CDC;
}
</style>