Shades of Razzle Dazzle Rose #EC25D6
Tints of Razzle Dazzle Rose #EC25D6
RGB
CMYK
RGB Variations
Color information
#EC25D6 (or 0xEC25D6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D6. RGB value is (236,37,214). Sum of RGB (Red+Green+Blue) = 236+37+214=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D6 is #13DA29. Grayscale: #747474. Windows color (decimal): -1301034 or 14034412. OLE color: 14034412.
HSL color Cylindrical-coordinate representation of color #EC25D6: hue angle of 306.63º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25D6 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 214 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.07 |
| HSL | 306.63º | 0.84% | 0.54% | - |
| HSV(B) | 306.63º | 0.84% | 0.93% | - |
| XYZ | 47.39 | 24.01 | 65.76 | - |
| YUV | 116.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 214 | 0 | 0.84 | 0.09 | 0.07 | 306.63 | 0.84 | 0.54 |
| Hex | EC | 25 | D6 | 0 | 54 | 9 | 7 | 133 | 54 | 36 |
| Octal | 354 | 45 | 326 | 0 | 124 | 11 | 7 | 463 | 124 | 66 |
| Binary | 11101100 | 100101 | 11010110 | 0 | 1010100 | 1001 | 111 | 100110011 | 1010100 | 110110 |
Color Harmonies of #EC25D6
Complementary color
Monochromatic Colors of #EC25D6
Black with #EC25D6
Text Example
Text Example
White with #EC25D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25D6; }
p { color: rgb(236,37,214); }
H1.HeaderClassName
{
color: #EC25D6;
}
.AnyTagClassName
{
color: #EC25D6;
}
</style>
background-color css
<style>
a { background-color: #EC25D6; }
a { background-color: rgb(236,37,214); }
div.DivClassName
{
background-color: #EC25D6;
}
.BgClassName
{
background-color: #EC25D6;
}
</style>
border-color css
<style>
span { border-color: #EC25D6; }
span { border-color: rgb(236,37,214); }
td.TdClassName
{
border-color: #EC25D6;
}
.TagClassName
{
border-color: #EC25D6;
}
</style>