Shades of Razzle Dazzle Rose #EC48C6
Tints of Razzle Dazzle Rose #EC48C6
RGB
CMYK
RGB Variations
Color information
#EC48C6 (or 0xEC48C6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and C6. RGB value is (236,72,198). Sum of RGB (Red+Green+Blue) = 236+72+198=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48C6 is #13B739. Grayscale: #878787. Windows color (decimal): -1292090 or 12994796. OLE color: 12994796.
HSL color Cylindrical-coordinate representation of color #EC48C6: hue angle of 313.9º 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 #EC48C6 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 198 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.07 |
| HSL | 313.9º | 0.81% | 0.6% | - |
| HSV(B) | 313.9º | 0.69% | 0.93% | - |
| XYZ | 47.1 | 26.54 | 56.07 | - |
| YUV | 135.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 198 | 0 | 0.69 | 0.16 | 0.07 | 313.9 | 0.81 | 0.6 |
| Hex | EC | 48 | C6 | 0 | 45 | 10 | 7 | 13A | 51 | 3C |
| Octal | 354 | 110 | 306 | 0 | 105 | 20 | 7 | 472 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11000110 | 0 | 1000101 | 10000 | 111 | 100111010 | 1010001 | 111100 |
Color Harmonies of #EC48C6
Complementary color
Monochromatic Colors of #EC48C6
Black with #EC48C6
Text Example
Text Example
White with #EC48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48C6; }
p { color: rgb(236,72,198); }
H1.HeaderClassName
{
color: #EC48C6;
}
.AnyTagClassName
{
color: #EC48C6;
}
</style>
background-color css
<style>
a { background-color: #EC48C6; }
a { background-color: rgb(236,72,198); }
div.DivClassName
{
background-color: #EC48C6;
}
.BgClassName
{
background-color: #EC48C6;
}
</style>
border-color css
<style>
span { border-color: #EC48C6; }
span { border-color: rgb(236,72,198); }
td.TdClassName
{
border-color: #EC48C6;
}
.TagClassName
{
border-color: #EC48C6;
}
</style>