Shades of Razzle Dazzle Rose #EC3DBC
Tints of Razzle Dazzle Rose #EC3DBC
RGB
CMYK
RGB Variations
Color information
#EC3DBC (or 0xEC3DBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and BC. RGB value is (236,61,188). Sum of RGB (Red+Green+Blue) = 236+61+188=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DBC is #13C243. Grayscale: #7F7F7F. Windows color (decimal): -1294916 or 12336620. OLE color: 12336620.
HSL color Cylindrical-coordinate representation of color #EC3DBC: hue angle of 316.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DBC is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 188 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.07 |
| HSL | 316.46º | 0.82% | 0.58% | - |
| HSV(B) | 316.46º | 0.74% | 0.93% | - |
| XYZ | 45.34 | 24.8 | 49.97 | - |
| YUV | 127.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 188 | 0 | 0.74 | 0.20 | 0.07 | 316.46 | 0.82 | 0.58 |
| Hex | EC | 3D | BC | 0 | 4A | 14 | 7 | 13C | 52 | 3A |
| Octal | 354 | 75 | 274 | 0 | 112 | 24 | 7 | 474 | 122 | 72 |
| Binary | 11101100 | 111101 | 10111100 | 0 | 1001010 | 10100 | 111 | 100111100 | 1010010 | 111010 |
Color Harmonies of #EC3DBC
Complementary color
Monochromatic Colors of #EC3DBC
Black with #EC3DBC
Text Example
Text Example
White with #EC3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DBC; }
p { color: rgb(236,61,188); }
H1.HeaderClassName
{
color: #EC3DBC;
}
.AnyTagClassName
{
color: #EC3DBC;
}
</style>
background-color css
<style>
a { background-color: #EC3DBC; }
a { background-color: rgb(236,61,188); }
div.DivClassName
{
background-color: #EC3DBC;
}
.BgClassName
{
background-color: #EC3DBC;
}
</style>
border-color css
<style>
span { border-color: #EC3DBC; }
span { border-color: rgb(236,61,188); }
td.TdClassName
{
border-color: #EC3DBC;
}
.TagClassName
{
border-color: #EC3DBC;
}
</style>