Shades of Razzle Dazzle Rose #EC30E3
Tints of Razzle Dazzle Rose #EC30E3
RGB
CMYK
RGB Variations
Color information
#EC30E3 (or 0xEC30E3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and E3. RGB value is (236,48,227). Sum of RGB (Red+Green+Blue) = 236+48+227=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30E3 is #13CF1C. Grayscale: #7C7C7C. Windows color (decimal): -1298205 or 14889196. OLE color: 14889196.
HSL color Cylindrical-coordinate representation of color #EC30E3: hue angle of 302.87º 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 #EC30E3 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 227 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.07 |
| HSL | 302.87º | 0.83% | 0.56% | - |
| HSV(B) | 302.87º | 0.8% | 0.93% | - |
| XYZ | 49.51 | 25.49 | 74.98 | - |
| YUV | 124.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 227 | 0 | 0.80 | 0.04 | 0.07 | 302.87 | 0.83 | 0.56 |
| Hex | EC | 30 | E3 | 0 | 50 | 4 | 7 | 12F | 53 | 38 |
| Octal | 354 | 60 | 343 | 0 | 120 | 4 | 7 | 457 | 123 | 70 |
| Binary | 11101100 | 110000 | 11100011 | 0 | 1010000 | 100 | 111 | 100101111 | 1010011 | 111000 |
Color Harmonies of #EC30E3
Complementary color
Monochromatic Colors of #EC30E3
Black with #EC30E3
Text Example
Text Example
White with #EC30E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30E3; }
p { color: rgb(236,48,227); }
H1.HeaderClassName
{
color: #EC30E3;
}
.AnyTagClassName
{
color: #EC30E3;
}
</style>
background-color css
<style>
a { background-color: #EC30E3; }
a { background-color: rgb(236,48,227); }
div.DivClassName
{
background-color: #EC30E3;
}
.BgClassName
{
background-color: #EC30E3;
}
</style>
border-color css
<style>
span { border-color: #EC30E3; }
span { border-color: rgb(236,48,227); }
td.TdClassName
{
border-color: #EC30E3;
}
.TagClassName
{
border-color: #EC30E3;
}
</style>