Shades of Razzle Dazzle Rose #EC35D0
Tints of Razzle Dazzle Rose #EC35D0
RGB
CMYK
RGB Variations
Color information
#EC35D0 (or 0xEC35D0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and D0. RGB value is (236,53,208). Sum of RGB (Red+Green+Blue) = 236+53+208=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 53 (21.09% from 255 or 10.66% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35D0 is #13CA2F. Grayscale: #7C7C7C. Windows color (decimal): -1296944 or 13645292. OLE color: 13645292.
HSL color Cylindrical-coordinate representation of color #EC35D0: hue angle of 309.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35D0 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 208 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.07 |
| HSL | 309.18º | 0.83% | 0.57% | - |
| HSV(B) | 309.18º | 0.78% | 0.93% | - |
| XYZ | 47.25 | 24.93 | 62 | - |
| YUV | 125.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 208 | 0 | 0.78 | 0.12 | 0.07 | 309.18 | 0.83 | 0.57 |
| Hex | EC | 35 | D0 | 0 | 4E | C | 7 | 135 | 53 | 39 |
| Octal | 354 | 65 | 320 | 0 | 116 | 14 | 7 | 465 | 123 | 71 |
| Binary | 11101100 | 110101 | 11010000 | 0 | 1001110 | 1100 | 111 | 100110101 | 1010011 | 111001 |
Color Harmonies of #EC35D0
Complementary color
Monochromatic Colors of #EC35D0
Black with #EC35D0
Text Example
Text Example
White with #EC35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35D0; }
p { color: rgb(236,53,208); }
H1.HeaderClassName
{
color: #EC35D0;
}
.AnyTagClassName
{
color: #EC35D0;
}
</style>
background-color css
<style>
a { background-color: #EC35D0; }
a { background-color: rgb(236,53,208); }
div.DivClassName
{
background-color: #EC35D0;
}
.BgClassName
{
background-color: #EC35D0;
}
</style>
border-color css
<style>
span { border-color: #EC35D0; }
span { border-color: rgb(236,53,208); }
td.TdClassName
{
border-color: #EC35D0;
}
.TagClassName
{
border-color: #EC35D0;
}
</style>