Shades of Razzle Dazzle Rose #EC3DD0
Tints of Razzle Dazzle Rose #EC3DD0
RGB
CMYK
RGB Variations
Color information
#EC3DD0 (or 0xEC3DD0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and D0. RGB value is (236,61,208). Sum of RGB (Red+Green+Blue) = 236+61+208=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DD0 is #13C22F. Grayscale: #818181. Windows color (decimal): -1294896 or 13647340. OLE color: 13647340.
HSL color Cylindrical-coordinate representation of color #EC3DD0: hue angle of 309.6º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DD0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 208 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.07 |
| HSL | 309.6º | 0.82% | 0.58% | - |
| HSV(B) | 309.6º | 0.74% | 0.93% | - |
| XYZ | 47.65 | 25.72 | 62.13 | - |
| YUV | 130.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 208 | 0 | 0.74 | 0.12 | 0.07 | 309.6 | 0.82 | 0.58 |
| Hex | EC | 3D | D0 | 0 | 4A | C | 7 | 136 | 52 | 3A |
| Octal | 354 | 75 | 320 | 0 | 112 | 14 | 7 | 466 | 122 | 72 |
| Binary | 11101100 | 111101 | 11010000 | 0 | 1001010 | 1100 | 111 | 100110110 | 1010010 | 111010 |
Color Harmonies of #EC3DD0
Complementary color
Monochromatic Colors of #EC3DD0
Black with #EC3DD0
Text Example
Text Example
White with #EC3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DD0; }
p { color: rgb(236,61,208); }
H1.HeaderClassName
{
color: #EC3DD0;
}
.AnyTagClassName
{
color: #EC3DD0;
}
</style>
background-color css
<style>
a { background-color: #EC3DD0; }
a { background-color: rgb(236,61,208); }
div.DivClassName
{
background-color: #EC3DD0;
}
.BgClassName
{
background-color: #EC3DD0;
}
</style>
border-color css
<style>
span { border-color: #EC3DD0; }
span { border-color: rgb(236,61,208); }
td.TdClassName
{
border-color: #EC3DD0;
}
.TagClassName
{
border-color: #EC3DD0;
}
</style>