Shades of Razzle Dazzle Rose #EC39CF
Tints of Razzle Dazzle Rose #EC39CF
RGB
CMYK
RGB Variations
Color information
#EC39CF (or 0xEC39CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 39 and CF. RGB value is (236,57,207). Sum of RGB (Red+Green+Blue) = 236+57+207=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39CF is #13C630. Grayscale: #7F7F7F. Windows color (decimal): -1295921 or 13580780. OLE color: 13580780.
HSL color Cylindrical-coordinate representation of color #EC39CF: hue angle of 309.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC39CF is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 207 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.07 |
| HSL | 309.72º | 0.82% | 0.57% | - |
| HSV(B) | 309.72º | 0.76% | 0.93% | - |
| XYZ | 47.32 | 25.26 | 61.41 | - |
| YUV | 127.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 207 | 0 | 0.76 | 0.12 | 0.07 | 309.72 | 0.82 | 0.57 |
| Hex | EC | 39 | CF | 0 | 4C | C | 7 | 136 | 52 | 39 |
| Octal | 354 | 71 | 317 | 0 | 114 | 14 | 7 | 466 | 122 | 71 |
| Binary | 11101100 | 111001 | 11001111 | 0 | 1001100 | 1100 | 111 | 100110110 | 1010010 | 111001 |
Color Harmonies of #EC39CF
Complementary color
Monochromatic Colors of #EC39CF
Black with #EC39CF
Text Example
Text Example
White with #EC39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39CF; }
p { color: rgb(236,57,207); }
H1.HeaderClassName
{
color: #EC39CF;
}
.AnyTagClassName
{
color: #EC39CF;
}
</style>
background-color css
<style>
a { background-color: #EC39CF; }
a { background-color: rgb(236,57,207); }
div.DivClassName
{
background-color: #EC39CF;
}
.BgClassName
{
background-color: #EC39CF;
}
</style>
border-color css
<style>
span { border-color: #EC39CF; }
span { border-color: rgb(236,57,207); }
td.TdClassName
{
border-color: #EC39CF;
}
.TagClassName
{
border-color: #EC39CF;
}
</style>