Shades of Razzle Dazzle Rose #EC25DF
Tints of Razzle Dazzle Rose #EC25DF
RGB
CMYK
RGB Variations
Color information
#EC25DF (or 0xEC25DF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and DF. RGB value is (236,37,223). Sum of RGB (Red+Green+Blue) = 236+37+223=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25DF is #13DA20. Grayscale: #757575. Windows color (decimal): -1301025 or 14624236. OLE color: 14624236.
HSL color Cylindrical-coordinate representation of color #EC25DF: hue angle of 303.92º 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 #EC25DF is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 223 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.07 |
| HSL | 303.92º | 0.84% | 0.54% | - |
| HSV(B) | 303.92º | 0.84% | 0.93% | - |
| XYZ | 48.57 | 24.48 | 71.98 | - |
| YUV | 117.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 223 | 0 | 0.84 | 0.06 | 0.07 | 303.92 | 0.84 | 0.54 |
| Hex | EC | 25 | DF | 0 | 54 | 6 | 7 | 130 | 54 | 36 |
| Octal | 354 | 45 | 337 | 0 | 124 | 6 | 7 | 460 | 124 | 66 |
| Binary | 11101100 | 100101 | 11011111 | 0 | 1010100 | 110 | 111 | 100110000 | 1010100 | 110110 |
Color Harmonies of #EC25DF
Complementary color
Monochromatic Colors of #EC25DF
Black with #EC25DF
Text Example
Text Example
White with #EC25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25DF; }
p { color: rgb(236,37,223); }
H1.HeaderClassName
{
color: #EC25DF;
}
.AnyTagClassName
{
color: #EC25DF;
}
</style>
background-color css
<style>
a { background-color: #EC25DF; }
a { background-color: rgb(236,37,223); }
div.DivClassName
{
background-color: #EC25DF;
}
.BgClassName
{
background-color: #EC25DF;
}
</style>
border-color css
<style>
span { border-color: #EC25DF; }
span { border-color: rgb(236,37,223); }
td.TdClassName
{
border-color: #EC25DF;
}
.TagClassName
{
border-color: #EC25DF;
}
</style>