Shades of Razzle Dazzle Rose #EC25D7
Tints of Razzle Dazzle Rose #EC25D7
RGB
CMYK
RGB Variations
Color information
#EC25D7 (or 0xEC25D7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D7. RGB value is (236,37,215). Sum of RGB (Red+Green+Blue) = 236+37+215=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D7 is #13DA28. Grayscale: #747474. Windows color (decimal): -1301033 or 14099948. OLE color: 14099948.
HSL color Cylindrical-coordinate representation of color #EC25D7: hue angle of 306.33º 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 #EC25D7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 215 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.07 |
| HSL | 306.33º | 0.84% | 0.54% | - |
| HSV(B) | 306.33º | 0.84% | 0.93% | - |
| XYZ | 47.52 | 24.06 | 66.43 | - |
| YUV | 116.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 215 | 0 | 0.84 | 0.09 | 0.07 | 306.33 | 0.84 | 0.54 |
| Hex | EC | 25 | D7 | 0 | 54 | 9 | 7 | 132 | 54 | 36 |
| Octal | 354 | 45 | 327 | 0 | 124 | 11 | 7 | 462 | 124 | 66 |
| Binary | 11101100 | 100101 | 11010111 | 0 | 1010100 | 1001 | 111 | 100110010 | 1010100 | 110110 |
Color Harmonies of #EC25D7
Complementary color
Monochromatic Colors of #EC25D7
Black with #EC25D7
Text Example
Text Example
White with #EC25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25D7; }
p { color: rgb(236,37,215); }
H1.HeaderClassName
{
color: #EC25D7;
}
.AnyTagClassName
{
color: #EC25D7;
}
</style>
background-color css
<style>
a { background-color: #EC25D7; }
a { background-color: rgb(236,37,215); }
div.DivClassName
{
background-color: #EC25D7;
}
.BgClassName
{
background-color: #EC25D7;
}
</style>
border-color css
<style>
span { border-color: #EC25D7; }
span { border-color: rgb(236,37,215); }
td.TdClassName
{
border-color: #EC25D7;
}
.TagClassName
{
border-color: #EC25D7;
}
</style>