Shades of Razzle Dazzle Rose #EC24C5
Tints of Razzle Dazzle Rose #EC24C5
RGB
CMYK
RGB Variations
Color information
#EC24C5 (or 0xEC24C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and C5. RGB value is (236,36,197). Sum of RGB (Red+Green+Blue) = 236+36+197=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24C5 is #13DB3A. Grayscale: #717171. Windows color (decimal): -1301307 or 12920044. OLE color: 12920044.
HSL color Cylindrical-coordinate representation of color #EC24C5: hue angle of 311.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC24C5 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 197 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.07 |
| HSL | 311.7º | 0.84% | 0.53% | - |
| HSV(B) | 311.7º | 0.85% | 0.93% | - |
| XYZ | 45.3 | 23.13 | 54.9 | - |
| YUV | 114.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 197 | 0 | 0.85 | 0.17 | 0.07 | 311.7 | 0.84 | 0.53 |
| Hex | EC | 24 | C5 | 0 | 55 | 11 | 7 | 138 | 54 | 35 |
| Octal | 354 | 44 | 305 | 0 | 125 | 21 | 7 | 470 | 124 | 65 |
| Binary | 11101100 | 100100 | 11000101 | 0 | 1010101 | 10001 | 111 | 100111000 | 1010100 | 110101 |
Color Harmonies of #EC24C5
Complementary color
Monochromatic Colors of #EC24C5
Black with #EC24C5
Text Example
Text Example
White with #EC24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24C5; }
p { color: rgb(236,36,197); }
H1.HeaderClassName
{
color: #EC24C5;
}
.AnyTagClassName
{
color: #EC24C5;
}
</style>
background-color css
<style>
a { background-color: #EC24C5; }
a { background-color: rgb(236,36,197); }
div.DivClassName
{
background-color: #EC24C5;
}
.BgClassName
{
background-color: #EC24C5;
}
</style>
border-color css
<style>
span { border-color: #EC24C5; }
span { border-color: rgb(236,36,197); }
td.TdClassName
{
border-color: #EC24C5;
}
.TagClassName
{
border-color: #EC24C5;
}
</style>