Shades of Razzle Dazzle Rose #EC48BD
Tints of Razzle Dazzle Rose #EC48BD
RGB
CMYK
RGB Variations
Color information
#EC48BD (or 0xEC48BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and BD. RGB value is (236,72,189). Sum of RGB (Red+Green+Blue) = 236+72+189=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48BD is #13B742. Grayscale: #868686. Windows color (decimal): -1292099 or 12404972. OLE color: 12404972.
HSL color Cylindrical-coordinate representation of color #EC48BD: hue angle of 317.2º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48BD is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 189 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.07 |
| HSL | 317.2º | 0.81% | 0.6% | - |
| HSV(B) | 317.2º | 0.69% | 0.93% | - |
| XYZ | 46.09 | 26.14 | 50.76 | - |
| YUV | 134.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 189 | 0 | 0.69 | 0.20 | 0.07 | 317.2 | 0.81 | 0.6 |
| Hex | EC | 48 | BD | 0 | 45 | 14 | 7 | 13D | 51 | 3C |
| Octal | 354 | 110 | 275 | 0 | 105 | 24 | 7 | 475 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10111101 | 0 | 1000101 | 10100 | 111 | 100111101 | 1010001 | 111100 |
Color Harmonies of #EC48BD
Complementary color
Monochromatic Colors of #EC48BD
Black with #EC48BD
Text Example
Text Example
White with #EC48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48BD; }
p { color: rgb(236,72,189); }
H1.HeaderClassName
{
color: #EC48BD;
}
.AnyTagClassName
{
color: #EC48BD;
}
</style>
background-color css
<style>
a { background-color: #EC48BD; }
a { background-color: rgb(236,72,189); }
div.DivClassName
{
background-color: #EC48BD;
}
.BgClassName
{
background-color: #EC48BD;
}
</style>
border-color css
<style>
span { border-color: #EC48BD; }
span { border-color: rgb(236,72,189); }
td.TdClassName
{
border-color: #EC48BD;
}
.TagClassName
{
border-color: #EC48BD;
}
</style>