Shades of Razzle Dazzle Rose #EC46C8
Tints of Razzle Dazzle Rose #EC46C8
RGB
CMYK
RGB Variations
Color information
#EC46C8 (or 0xEC46C8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 46 and C8. RGB value is (236,70,200). Sum of RGB (Red+Green+Blue) = 236+70+200=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46C8 is #13B937. Grayscale: #868686. Windows color (decimal): -1292600 or 13125356. OLE color: 13125356.
HSL color Cylindrical-coordinate representation of color #EC46C8: hue angle of 313.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46C8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 200 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.07 |
| HSL | 313.01º | 0.81% | 0.6% | - |
| HSV(B) | 313.01º | 0.7% | 0.93% | - |
| XYZ | 47.21 | 26.38 | 57.25 | - |
| YUV | 134.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 200 | 0 | 0.70 | 0.15 | 0.07 | 313.01 | 0.81 | 0.6 |
| Hex | EC | 46 | C8 | 0 | 46 | F | 7 | 139 | 51 | 3C |
| Octal | 354 | 106 | 310 | 0 | 106 | 17 | 7 | 471 | 121 | 74 |
| Binary | 11101100 | 1000110 | 11001000 | 0 | 1000110 | 1111 | 111 | 100111001 | 1010001 | 111100 |
Color Harmonies of #EC46C8
Complementary color
Monochromatic Colors of #EC46C8
Black with #EC46C8
Text Example
Text Example
White with #EC46C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46C8; }
p { color: rgb(236,70,200); }
H1.HeaderClassName
{
color: #EC46C8;
}
.AnyTagClassName
{
color: #EC46C8;
}
</style>
background-color css
<style>
a { background-color: #EC46C8; }
a { background-color: rgb(236,70,200); }
div.DivClassName
{
background-color: #EC46C8;
}
.BgClassName
{
background-color: #EC46C8;
}
</style>
border-color css
<style>
span { border-color: #EC46C8; }
span { border-color: rgb(236,70,200); }
td.TdClassName
{
border-color: #EC46C8;
}
.TagClassName
{
border-color: #EC46C8;
}
</style>