Shades of Razzle Dazzle Rose #EC24D2
Tints of Razzle Dazzle Rose #EC24D2
RGB
CMYK
RGB Variations
Color information
#EC24D2 (or 0xEC24D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and D2. RGB value is (236,36,210). Sum of RGB (Red+Green+Blue) = 236+36+210=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24D2 is #13DB2D. Grayscale: #737373. Windows color (decimal): -1301294 or 13772012. OLE color: 13772012.
HSL color Cylindrical-coordinate representation of color #EC24D2: hue angle of 307.8º 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 #EC24D2 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 210 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.07 |
| HSL | 307.8º | 0.84% | 0.53% | - |
| HSV(B) | 307.8º | 0.85% | 0.93% | - |
| XYZ | 46.86 | 23.75 | 63.09 | - |
| YUV | 115.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 210 | 0 | 0.85 | 0.11 | 0.07 | 307.8 | 0.84 | 0.53 |
| Hex | EC | 24 | D2 | 0 | 55 | B | 7 | 134 | 54 | 35 |
| Octal | 354 | 44 | 322 | 0 | 125 | 13 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100100 | 11010010 | 0 | 1010101 | 1011 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC24D2
Complementary color
Monochromatic Colors of #EC24D2
Black with #EC24D2
Text Example
Text Example
White with #EC24D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24D2; }
p { color: rgb(236,36,210); }
H1.HeaderClassName
{
color: #EC24D2;
}
.AnyTagClassName
{
color: #EC24D2;
}
</style>
background-color css
<style>
a { background-color: #EC24D2; }
a { background-color: rgb(236,36,210); }
div.DivClassName
{
background-color: #EC24D2;
}
.BgClassName
{
background-color: #EC24D2;
}
</style>
border-color css
<style>
span { border-color: #EC24D2; }
span { border-color: rgb(236,36,210); }
td.TdClassName
{
border-color: #EC24D2;
}
.TagClassName
{
border-color: #EC24D2;
}
</style>