Shades of Razzle Dazzle Rose #EC3DCE
Tints of Razzle Dazzle Rose #EC3DCE
RGB
CMYK
RGB Variations
Color information
#EC3DCE (or 0xEC3DCE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and CE. RGB value is (236,61,206). Sum of RGB (Red+Green+Blue) = 236+61+206=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DCE is #13C231. Grayscale: #818181. Windows color (decimal): -1294898 or 13516268. OLE color: 13516268.
HSL color Cylindrical-coordinate representation of color #EC3DCE: hue angle of 310.29º 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 #EC3DCE is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 206 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.07 |
| HSL | 310.29º | 0.82% | 0.58% | - |
| HSV(B) | 310.29º | 0.74% | 0.93% | - |
| XYZ | 47.4 | 25.63 | 60.84 | - |
| YUV | 129.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 206 | 0 | 0.74 | 0.13 | 0.07 | 310.29 | 0.82 | 0.58 |
| Hex | EC | 3D | CE | 0 | 4A | D | 7 | 136 | 52 | 3A |
| Octal | 354 | 75 | 316 | 0 | 112 | 15 | 7 | 466 | 122 | 72 |
| Binary | 11101100 | 111101 | 11001110 | 0 | 1001010 | 1101 | 111 | 100110110 | 1010010 | 111010 |
Color Harmonies of #EC3DCE
Complementary color
Monochromatic Colors of #EC3DCE
Black with #EC3DCE
Text Example
Text Example
White with #EC3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DCE; }
p { color: rgb(236,61,206); }
H1.HeaderClassName
{
color: #EC3DCE;
}
.AnyTagClassName
{
color: #EC3DCE;
}
</style>
background-color css
<style>
a { background-color: #EC3DCE; }
a { background-color: rgb(236,61,206); }
div.DivClassName
{
background-color: #EC3DCE;
}
.BgClassName
{
background-color: #EC3DCE;
}
</style>
border-color css
<style>
span { border-color: #EC3DCE; }
span { border-color: rgb(236,61,206); }
td.TdClassName
{
border-color: #EC3DCE;
}
.TagClassName
{
border-color: #EC3DCE;
}
</style>