Shades of Razzle Dazzle Rose #EC3FD4
Tints of Razzle Dazzle Rose #EC3FD4
RGB
CMYK
RGB Variations
Color information
#EC3FD4 (or 0xEC3FD4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and D4. RGB value is (236,63,212). Sum of RGB (Red+Green+Blue) = 236+63+212=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FD4 is #13C02B. Grayscale: #838383. Windows color (decimal): -1294380 or 13909996. OLE color: 13909996.
HSL color Cylindrical-coordinate representation of color #EC3FD4: hue angle of 308.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FD4 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 212 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.07 |
| HSL | 308.32º | 0.82% | 0.59% | - |
| HSV(B) | 308.32º | 0.73% | 0.93% | - |
| XYZ | 48.25 | 26.14 | 64.79 | - |
| YUV | 131.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 212 | 0 | 0.73 | 0.10 | 0.07 | 308.32 | 0.82 | 0.59 |
| Hex | EC | 3F | D4 | 0 | 49 | A | 7 | 134 | 52 | 3B |
| Octal | 354 | 77 | 324 | 0 | 111 | 12 | 7 | 464 | 122 | 73 |
| Binary | 11101100 | 111111 | 11010100 | 0 | 1001001 | 1010 | 111 | 100110100 | 1010010 | 111011 |
Color Harmonies of #EC3FD4
Complementary color
Monochromatic Colors of #EC3FD4
Black with #EC3FD4
Text Example
Text Example
White with #EC3FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FD4; }
p { color: rgb(236,63,212); }
H1.HeaderClassName
{
color: #EC3FD4;
}
.AnyTagClassName
{
color: #EC3FD4;
}
</style>
background-color css
<style>
a { background-color: #EC3FD4; }
a { background-color: rgb(236,63,212); }
div.DivClassName
{
background-color: #EC3FD4;
}
.BgClassName
{
background-color: #EC3FD4;
}
</style>
border-color css
<style>
span { border-color: #EC3FD4; }
span { border-color: rgb(236,63,212); }
td.TdClassName
{
border-color: #EC3FD4;
}
.TagClassName
{
border-color: #EC3FD4;
}
</style>