Shades of Razzle Dazzle Rose #EC30F3
Tints of Razzle Dazzle Rose #EC30F3
RGB
CMYK
RGB Variations
Color information
#EC30F3 (or 0xEC30F3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and F3. RGB value is (236,48,243). Sum of RGB (Red+Green+Blue) = 236+48+243=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC30F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30F3 is #13CF0C. Grayscale: #7D7D7D. Windows color (decimal): -1298189 or 15937772. OLE color: 15937772.
HSL color Cylindrical-coordinate representation of color #EC30F3: hue angle of 297.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30F3 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 48 | 243 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.05 |
| HSL | 297.85º | 0.89% | 0.57% | - |
| HSV(B) | 297.85º | 0.8% | 0.95% | - |
| XYZ | 51.83 | 26.42 | 87.16 | - |
| YUV | 126.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 243 | 0.03 | 0.80 | 0 | 0.05 | 297.85 | 0.89 | 0.57 |
| Hex | EC | 30 | F3 | 3 | 50 | 0 | 5 | 12A | 59 | 39 |
| Octal | 354 | 60 | 363 | 3 | 120 | 0 | 5 | 452 | 131 | 71 |
| Binary | 11101100 | 110000 | 11110011 | 11 | 1010000 | 0 | 101 | 100101010 | 1011001 | 111001 |
Color Harmonies of #EC30F3
Complementary color
Monochromatic Colors of #EC30F3
Black with #EC30F3
Text Example
Text Example
White with #EC30F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30F3; }
p { color: rgb(236,48,243); }
H1.HeaderClassName
{
color: #EC30F3;
}
.AnyTagClassName
{
color: #EC30F3;
}
</style>
background-color css
<style>
a { background-color: #EC30F3; }
a { background-color: rgb(236,48,243); }
div.DivClassName
{
background-color: #EC30F3;
}
.BgClassName
{
background-color: #EC30F3;
}
</style>
border-color css
<style>
span { border-color: #EC30F3; }
span { border-color: rgb(236,48,243); }
td.TdClassName
{
border-color: #EC30F3;
}
.TagClassName
{
border-color: #EC30F3;
}
</style>