Shades of Razzle Dazzle Rose #EC25CA
Tints of Razzle Dazzle Rose #EC25CA
RGB
CMYK
RGB Variations
Color information
#EC25CA (or 0xEC25CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and CA. RGB value is (236,37,202). Sum of RGB (Red+Green+Blue) = 236+37+202=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25CA is #13DA35. Grayscale: #727272. Windows color (decimal): -1301046 or 13247980. OLE color: 13247980.
HSL color Cylindrical-coordinate representation of color #EC25CA: hue angle of 310.25º 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 #EC25CA is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 202 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.07 |
| HSL | 310.25º | 0.84% | 0.54% | - |
| HSV(B) | 310.25º | 0.84% | 0.93% | - |
| XYZ | 45.91 | 23.42 | 57.98 | - |
| YUV | 115.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 202 | 0 | 0.84 | 0.14 | 0.07 | 310.25 | 0.84 | 0.54 |
| Hex | EC | 25 | CA | 0 | 54 | E | 7 | 136 | 54 | 36 |
| Octal | 354 | 45 | 312 | 0 | 124 | 16 | 7 | 466 | 124 | 66 |
| Binary | 11101100 | 100101 | 11001010 | 0 | 1010100 | 1110 | 111 | 100110110 | 1010100 | 110110 |
Color Harmonies of #EC25CA
Complementary color
Monochromatic Colors of #EC25CA
Black with #EC25CA
Text Example
Text Example
White with #EC25CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25CA; }
p { color: rgb(236,37,202); }
H1.HeaderClassName
{
color: #EC25CA;
}
.AnyTagClassName
{
color: #EC25CA;
}
</style>
background-color css
<style>
a { background-color: #EC25CA; }
a { background-color: rgb(236,37,202); }
div.DivClassName
{
background-color: #EC25CA;
}
.BgClassName
{
background-color: #EC25CA;
}
</style>
border-color css
<style>
span { border-color: #EC25CA; }
span { border-color: rgb(236,37,202); }
td.TdClassName
{
border-color: #EC25CA;
}
.TagClassName
{
border-color: #EC25CA;
}
</style>