Shades of Razzle Dazzle Rose #EC1FDC
Tints of Razzle Dazzle Rose #EC1FDC
RGB
CMYK
RGB Variations
Color information
#EC1FDC (or 0xEC1FDC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1F and DC. RGB value is (236,31,220). Sum of RGB (Red+Green+Blue) = 236+31+220=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FDC is #13E023. Grayscale: #717171. Windows color (decimal): -1302564 or 14426092. OLE color: 14426092.
HSL color Cylindrical-coordinate representation of color #EC1FDC: hue angle of 304.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FDC is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.07 |
| HSL | 304.68º | 0.84% | 0.52% | - |
| HSV(B) | 304.68º | 0.87% | 0.93% | - |
| XYZ | 48 | 23.98 | 69.81 | - |
| YUV | 113.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 220 | 0 | 0.87 | 0.07 | 0.07 | 304.68 | 0.84 | 0.52 |
| Hex | EC | 1F | DC | 0 | 57 | 7 | 7 | 131 | 54 | 34 |
| Octal | 354 | 37 | 334 | 0 | 127 | 7 | 7 | 461 | 124 | 64 |
| Binary | 11101100 | 11111 | 11011100 | 0 | 1010111 | 111 | 111 | 100110001 | 1010100 | 110100 |
Color Harmonies of #EC1FDC
Complementary color
Monochromatic Colors of #EC1FDC
Black with #EC1FDC
Text Example
Text Example
White with #EC1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FDC; }
p { color: rgb(236,31,220); }
H1.HeaderClassName
{
color: #EC1FDC;
}
.AnyTagClassName
{
color: #EC1FDC;
}
</style>
background-color css
<style>
a { background-color: #EC1FDC; }
a { background-color: rgb(236,31,220); }
div.DivClassName
{
background-color: #EC1FDC;
}
.BgClassName
{
background-color: #EC1FDC;
}
</style>
border-color css
<style>
span { border-color: #EC1FDC; }
span { border-color: rgb(236,31,220); }
td.TdClassName
{
border-color: #EC1FDC;
}
.TagClassName
{
border-color: #EC1FDC;
}
</style>