Shades of Razzle Dazzle Rose #EC3ED0
Tints of Razzle Dazzle Rose #EC3ED0
RGB
CMYK
RGB Variations
Color information
#EC3ED0 (or 0xEC3ED0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3E and D0. RGB value is (236,62,208). Sum of RGB (Red+Green+Blue) = 236+62+208=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ED0 is #13C12F. Grayscale: #828282. Windows color (decimal): -1294640 or 13647596. OLE color: 13647596.
HSL color Cylindrical-coordinate representation of color #EC3ED0: hue angle of 309.66º 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 #EC3ED0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 208 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.07 |
| HSL | 309.66º | 0.82% | 0.58% | - |
| HSV(B) | 309.66º | 0.74% | 0.93% | - |
| XYZ | 47.7 | 25.83 | 62.15 | - |
| YUV | 130.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 208 | 0 | 0.74 | 0.12 | 0.07 | 309.66 | 0.82 | 0.58 |
| Hex | EC | 3E | D0 | 0 | 4A | C | 7 | 136 | 52 | 3A |
| Octal | 354 | 76 | 320 | 0 | 112 | 14 | 7 | 466 | 122 | 72 |
| Binary | 11101100 | 111110 | 11010000 | 0 | 1001010 | 1100 | 111 | 100110110 | 1010010 | 111010 |
Color Harmonies of #EC3ED0
Complementary color
Monochromatic Colors of #EC3ED0
Black with #EC3ED0
Text Example
Text Example
White with #EC3ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ED0; }
p { color: rgb(236,62,208); }
H1.HeaderClassName
{
color: #EC3ED0;
}
.AnyTagClassName
{
color: #EC3ED0;
}
</style>
background-color css
<style>
a { background-color: #EC3ED0; }
a { background-color: rgb(236,62,208); }
div.DivClassName
{
background-color: #EC3ED0;
}
.BgClassName
{
background-color: #EC3ED0;
}
</style>
border-color css
<style>
span { border-color: #EC3ED0; }
span { border-color: rgb(236,62,208); }
td.TdClassName
{
border-color: #EC3ED0;
}
.TagClassName
{
border-color: #EC3ED0;
}
</style>