Shades of Razzle Dazzle Rose #EC1FD2
Tints of Razzle Dazzle Rose #EC1FD2
RGB
CMYK
RGB Variations
Color information
#EC1FD2 (or 0xEC1FD2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1F and D2. RGB value is (236,31,210). Sum of RGB (Red+Green+Blue) = 236+31+210=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FD2 is #13E02D. Grayscale: #707070. Windows color (decimal): -1302574 or 13770732. OLE color: 13770732.
HSL color Cylindrical-coordinate representation of color #EC1FD2: hue angle of 307.61º 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 #EC1FD2 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 210 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.07 |
| HSL | 307.61º | 0.84% | 0.52% | - |
| HSV(B) | 307.61º | 0.87% | 0.93% | - |
| XYZ | 46.71 | 23.47 | 63.04 | - |
| YUV | 112.7 | 182.92 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 210 | 0 | 0.87 | 0.11 | 0.07 | 307.61 | 0.84 | 0.52 |
| Hex | EC | 1F | D2 | 0 | 57 | B | 7 | 134 | 54 | 34 |
| Octal | 354 | 37 | 322 | 0 | 127 | 13 | 7 | 464 | 124 | 64 |
| Binary | 11101100 | 11111 | 11010010 | 0 | 1010111 | 1011 | 111 | 100110100 | 1010100 | 110100 |
Color Harmonies of #EC1FD2
Complementary color
Monochromatic Colors of #EC1FD2
Black with #EC1FD2
Text Example
Text Example
White with #EC1FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FD2; }
p { color: rgb(236,31,210); }
H1.HeaderClassName
{
color: #EC1FD2;
}
.AnyTagClassName
{
color: #EC1FD2;
}
</style>
background-color css
<style>
a { background-color: #EC1FD2; }
a { background-color: rgb(236,31,210); }
div.DivClassName
{
background-color: #EC1FD2;
}
.BgClassName
{
background-color: #EC1FD2;
}
</style>
border-color css
<style>
span { border-color: #EC1FD2; }
span { border-color: rgb(236,31,210); }
td.TdClassName
{
border-color: #EC1FD2;
}
.TagClassName
{
border-color: #EC1FD2;
}
</style>