Shades of Razzle Dazzle Rose #EC42BF
Tints of Razzle Dazzle Rose #EC42BF
RGB
CMYK
RGB Variations
Color information
#EC42BF (or 0xEC42BF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and BF. RGB value is (236,66,191). Sum of RGB (Red+Green+Blue) = 236+66+191=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42BF is #13BD40. Grayscale: #828282. Windows color (decimal): -1293633 or 12534508. OLE color: 12534508.
HSL color Cylindrical-coordinate representation of color #EC42BF: hue angle of 315.88º 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 #EC42BF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 191 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.07 |
| HSL | 315.88º | 0.82% | 0.59% | - |
| HSV(B) | 315.88º | 0.72% | 0.93% | - |
| XYZ | 45.94 | 25.49 | 51.79 | - |
| YUV | 131.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 191 | 0 | 0.72 | 0.19 | 0.07 | 315.88 | 0.82 | 0.59 |
| Hex | EC | 42 | BF | 0 | 48 | 13 | 7 | 13C | 52 | 3B |
| Octal | 354 | 102 | 277 | 0 | 110 | 23 | 7 | 474 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10111111 | 0 | 1001000 | 10011 | 111 | 100111100 | 1010010 | 111011 |
Color Harmonies of #EC42BF
Complementary color
Monochromatic Colors of #EC42BF
Black with #EC42BF
Text Example
Text Example
White with #EC42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42BF; }
p { color: rgb(236,66,191); }
H1.HeaderClassName
{
color: #EC42BF;
}
.AnyTagClassName
{
color: #EC42BF;
}
</style>
background-color css
<style>
a { background-color: #EC42BF; }
a { background-color: rgb(236,66,191); }
div.DivClassName
{
background-color: #EC42BF;
}
.BgClassName
{
background-color: #EC42BF;
}
</style>
border-color css
<style>
span { border-color: #EC42BF; }
span { border-color: rgb(236,66,191); }
td.TdClassName
{
border-color: #EC42BF;
}
.TagClassName
{
border-color: #EC42BF;
}
</style>