Shades of Razzle Dazzle Rose #EC3FB6
Tints of Razzle Dazzle Rose #EC3FB6
RGB
CMYK
RGB Variations
Color information
#EC3FB6 (or 0xEC3FB6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and B6. RGB value is (236,63,182). Sum of RGB (Red+Green+Blue) = 236+63+182=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FB6 is #13C049. Grayscale: #7F7F7F. Windows color (decimal): -1294410 or 11943916. OLE color: 11943916.
HSL color Cylindrical-coordinate representation of color #EC3FB6: hue angle of 318.73º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FB6 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 182 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.07 |
| HSL | 318.73º | 0.82% | 0.59% | - |
| HSV(B) | 318.73º | 0.73% | 0.93% | - |
| XYZ | 44.81 | 24.77 | 46.67 | - |
| YUV | 128.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 182 | 0 | 0.73 | 0.23 | 0.07 | 318.73 | 0.82 | 0.59 |
| Hex | EC | 3F | B6 | 0 | 49 | 17 | 7 | 13F | 52 | 3B |
| Octal | 354 | 77 | 266 | 0 | 111 | 27 | 7 | 477 | 122 | 73 |
| Binary | 11101100 | 111111 | 10110110 | 0 | 1001001 | 10111 | 111 | 100111111 | 1010010 | 111011 |
Color Harmonies of #EC3FB6
Complementary color
Monochromatic Colors of #EC3FB6
Black with #EC3FB6
Text Example
Text Example
White with #EC3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FB6; }
p { color: rgb(236,63,182); }
H1.HeaderClassName
{
color: #EC3FB6;
}
.AnyTagClassName
{
color: #EC3FB6;
}
</style>
background-color css
<style>
a { background-color: #EC3FB6; }
a { background-color: rgb(236,63,182); }
div.DivClassName
{
background-color: #EC3FB6;
}
.BgClassName
{
background-color: #EC3FB6;
}
</style>
border-color css
<style>
span { border-color: #EC3FB6; }
span { border-color: rgb(236,63,182); }
td.TdClassName
{
border-color: #EC3FB6;
}
.TagClassName
{
border-color: #EC3FB6;
}
</style>