Shades of Razzle Dazzle Rose #EC29EF
Tints of Razzle Dazzle Rose #EC29EF
RGB
CMYK
RGB Variations
Color information
#EC29EF (or 0xEC29EF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and EF. RGB value is (236,41,239). Sum of RGB (Red+Green+Blue) = 236+41+239=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC29EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29EF is #13D610. Grayscale: #797979. Windows color (decimal): -1299985 or 15673836. OLE color: 15673836.
HSL color Cylindrical-coordinate representation of color #EC29EF: hue angle of 299.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29EF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 41 | 239 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.06 |
| HSL | 299.09º | 0.86% | 0.55% | - |
| HSV(B) | 299.09º | 0.83% | 0.94% | - |
| XYZ | 50.97 | 25.65 | 83.93 | - |
| YUV | 121.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 239 | 0.01 | 0.83 | 0 | 0.06 | 299.09 | 0.86 | 0.55 |
| Hex | EC | 29 | EF | 1 | 53 | 0 | 6 | 12B | 56 | 37 |
| Octal | 354 | 51 | 357 | 1 | 123 | 0 | 6 | 453 | 126 | 67 |
| Binary | 11101100 | 101001 | 11101111 | 1 | 1010011 | 0 | 110 | 100101011 | 1010110 | 110111 |
Color Harmonies of #EC29EF
Complementary color
Monochromatic Colors of #EC29EF
Black with #EC29EF
Text Example
Text Example
White with #EC29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29EF; }
p { color: rgb(236,41,239); }
H1.HeaderClassName
{
color: #EC29EF;
}
.AnyTagClassName
{
color: #EC29EF;
}
</style>
background-color css
<style>
a { background-color: #EC29EF; }
a { background-color: rgb(236,41,239); }
div.DivClassName
{
background-color: #EC29EF;
}
.BgClassName
{
background-color: #EC29EF;
}
</style>
border-color css
<style>
span { border-color: #EC29EF; }
span { border-color: rgb(236,41,239); }
td.TdClassName
{
border-color: #EC29EF;
}
.TagClassName
{
border-color: #EC29EF;
}
</style>