Shades of Razzle Dazzle Rose #EC42B7
Tints of Razzle Dazzle Rose #EC42B7
RGB
CMYK
RGB Variations
Color information
#EC42B7 (or 0xEC42B7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and B7. RGB value is (236,66,183). Sum of RGB (Red+Green+Blue) = 236+66+183=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42B7 is #13BD48. Grayscale: #818181. Windows color (decimal): -1293641 or 12010220. OLE color: 12010220.
HSL color Cylindrical-coordinate representation of color #EC42B7: hue angle of 318.71º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42B7 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 183 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.07 |
| HSL | 318.71º | 0.82% | 0.59% | - |
| HSV(B) | 318.71º | 0.72% | 0.93% | - |
| XYZ | 45.09 | 25.15 | 47.28 | - |
| YUV | 130.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 183 | 0 | 0.72 | 0.22 | 0.07 | 318.71 | 0.82 | 0.59 |
| Hex | EC | 42 | B7 | 0 | 48 | 16 | 7 | 13F | 52 | 3B |
| Octal | 354 | 102 | 267 | 0 | 110 | 26 | 7 | 477 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10110111 | 0 | 1001000 | 10110 | 111 | 100111111 | 1010010 | 111011 |
Color Harmonies of #EC42B7
Complementary color
Monochromatic Colors of #EC42B7
Black with #EC42B7
Text Example
Text Example
White with #EC42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42B7; }
p { color: rgb(236,66,183); }
H1.HeaderClassName
{
color: #EC42B7;
}
.AnyTagClassName
{
color: #EC42B7;
}
</style>
background-color css
<style>
a { background-color: #EC42B7; }
a { background-color: rgb(236,66,183); }
div.DivClassName
{
background-color: #EC42B7;
}
.BgClassName
{
background-color: #EC42B7;
}
</style>
border-color css
<style>
span { border-color: #EC42B7; }
span { border-color: rgb(236,66,183); }
td.TdClassName
{
border-color: #EC42B7;
}
.TagClassName
{
border-color: #EC42B7;
}
</style>