Shades of Razzle Dazzle Rose #EC30EF
Tints of Razzle Dazzle Rose #EC30EF
RGB
CMYK
RGB Variations
Color information
#EC30EF (or 0xEC30EF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and EF. RGB value is (236,48,239). Sum of RGB (Red+Green+Blue) = 236+48+239=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC30EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30EF is #13CF10. Grayscale: #7D7D7D. Windows color (decimal): -1298193 or 15675628. OLE color: 15675628.
HSL color Cylindrical-coordinate representation of color #EC30EF: hue angle of 299.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30EF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 48 | 239 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.06 |
| HSL | 299.06º | 0.86% | 0.56% | - |
| HSV(B) | 299.06º | 0.8% | 0.94% | - |
| XYZ | 51.23 | 26.18 | 84.01 | - |
| YUV | 125.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 239 | 0.01 | 0.80 | 0 | 0.06 | 299.06 | 0.86 | 0.56 |
| Hex | EC | 30 | EF | 1 | 50 | 0 | 6 | 12B | 56 | 38 |
| Octal | 354 | 60 | 357 | 1 | 120 | 0 | 6 | 453 | 126 | 70 |
| Binary | 11101100 | 110000 | 11101111 | 1 | 1010000 | 0 | 110 | 100101011 | 1010110 | 111000 |
Color Harmonies of #EC30EF
Complementary color
Monochromatic Colors of #EC30EF
Black with #EC30EF
Text Example
Text Example
White with #EC30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30EF; }
p { color: rgb(236,48,239); }
H1.HeaderClassName
{
color: #EC30EF;
}
.AnyTagClassName
{
color: #EC30EF;
}
</style>
background-color css
<style>
a { background-color: #EC30EF; }
a { background-color: rgb(236,48,239); }
div.DivClassName
{
background-color: #EC30EF;
}
.BgClassName
{
background-color: #EC30EF;
}
</style>
border-color css
<style>
span { border-color: #EC30EF; }
span { border-color: rgb(236,48,239); }
td.TdClassName
{
border-color: #EC30EF;
}
.TagClassName
{
border-color: #EC30EF;
}
</style>