Shades of Razzle Dazzle Rose #EC30D9
Tints of Razzle Dazzle Rose #EC30D9
RGB
CMYK
RGB Variations
Color information
#EC30D9 (or 0xEC30D9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and D9. RGB value is (236,48,217). Sum of RGB (Red+Green+Blue) = 236+48+217=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30D9 is #13CF26. Grayscale: #7A7A7A. Windows color (decimal): -1298215 or 14233836. OLE color: 14233836.
HSL color Cylindrical-coordinate representation of color #EC30D9: hue angle of 306.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30D9 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 217 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.07 |
| HSL | 306.06º | 0.83% | 0.56% | - |
| HSV(B) | 306.06º | 0.8% | 0.93% | - |
| XYZ | 48.17 | 24.96 | 67.92 | - |
| YUV | 123.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 217 | 0 | 0.80 | 0.08 | 0.07 | 306.06 | 0.83 | 0.56 |
| Hex | EC | 30 | D9 | 0 | 50 | 8 | 7 | 132 | 53 | 38 |
| Octal | 354 | 60 | 331 | 0 | 120 | 10 | 7 | 462 | 123 | 70 |
| Binary | 11101100 | 110000 | 11011001 | 0 | 1010000 | 1000 | 111 | 100110010 | 1010011 | 111000 |
Color Harmonies of #EC30D9
Complementary color
Monochromatic Colors of #EC30D9
Black with #EC30D9
Text Example
Text Example
White with #EC30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30D9; }
p { color: rgb(236,48,217); }
H1.HeaderClassName
{
color: #EC30D9;
}
.AnyTagClassName
{
color: #EC30D9;
}
</style>
background-color css
<style>
a { background-color: #EC30D9; }
a { background-color: rgb(236,48,217); }
div.DivClassName
{
background-color: #EC30D9;
}
.BgClassName
{
background-color: #EC30D9;
}
</style>
border-color css
<style>
span { border-color: #EC30D9; }
span { border-color: rgb(236,48,217); }
td.TdClassName
{
border-color: #EC30D9;
}
.TagClassName
{
border-color: #EC30D9;
}
</style>