Shades of Razzle Dazzle Rose #EC26D0
Tints of Razzle Dazzle Rose #EC26D0
RGB
CMYK
RGB Variations
Color information
#EC26D0 (or 0xEC26D0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 26 and D0. RGB value is (236,38,208). Sum of RGB (Red+Green+Blue) = 236+38+208=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC26D0 is #13D92F. Grayscale: #747474. Windows color (decimal): -1300784 or 13641452. OLE color: 13641452.
HSL color Cylindrical-coordinate representation of color #EC26D0: hue angle of 308.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26D0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 208 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.07 |
| HSL | 308.48º | 0.84% | 0.54% | - |
| HSV(B) | 308.48º | 0.84% | 0.93% | - |
| XYZ | 46.67 | 23.77 | 61.8 | - |
| YUV | 116.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 208 | 0 | 0.84 | 0.12 | 0.07 | 308.48 | 0.84 | 0.54 |
| Hex | EC | 26 | D0 | 0 | 54 | C | 7 | 134 | 54 | 36 |
| Octal | 354 | 46 | 320 | 0 | 124 | 14 | 7 | 464 | 124 | 66 |
| Binary | 11101100 | 100110 | 11010000 | 0 | 1010100 | 1100 | 111 | 100110100 | 1010100 | 110110 |
Color Harmonies of #EC26D0
Complementary color
Monochromatic Colors of #EC26D0
Black with #EC26D0
Text Example
Text Example
White with #EC26D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26D0; }
p { color: rgb(236,38,208); }
H1.HeaderClassName
{
color: #EC26D0;
}
.AnyTagClassName
{
color: #EC26D0;
}
</style>
background-color css
<style>
a { background-color: #EC26D0; }
a { background-color: rgb(236,38,208); }
div.DivClassName
{
background-color: #EC26D0;
}
.BgClassName
{
background-color: #EC26D0;
}
</style>
border-color css
<style>
span { border-color: #EC26D0; }
span { border-color: rgb(236,38,208); }
td.TdClassName
{
border-color: #EC26D0;
}
.TagClassName
{
border-color: #EC26D0;
}
</style>