Shades of Razzle Dazzle Rose #EC3CDA
Tints of Razzle Dazzle Rose #EC3CDA
RGB
CMYK
RGB Variations
Color information
#EC3CDA (or 0xEC3CDA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and DA. RGB value is (236,60,218). Sum of RGB (Red+Green+Blue) = 236+60+218=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CDA is #13C325. Grayscale: #828282. Windows color (decimal): -1295142 or 14302444. OLE color: 14302444.
HSL color Cylindrical-coordinate representation of color #EC3CDA: hue angle of 306.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CDA is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 218 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.07 |
| HSL | 306.14º | 0.82% | 0.58% | - |
| HSV(B) | 306.14º | 0.75% | 0.93% | - |
| XYZ | 48.86 | 26.13 | 68.8 | - |
| YUV | 130.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 218 | 0 | 0.75 | 0.08 | 0.07 | 306.14 | 0.82 | 0.58 |
| Hex | EC | 3C | DA | 0 | 4B | 8 | 7 | 132 | 52 | 3A |
| Octal | 354 | 74 | 332 | 0 | 113 | 10 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111100 | 11011010 | 0 | 1001011 | 1000 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3CDA
Complementary color
Monochromatic Colors of #EC3CDA
Black with #EC3CDA
Text Example
Text Example
White with #EC3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CDA; }
p { color: rgb(236,60,218); }
H1.HeaderClassName
{
color: #EC3CDA;
}
.AnyTagClassName
{
color: #EC3CDA;
}
</style>
background-color css
<style>
a { background-color: #EC3CDA; }
a { background-color: rgb(236,60,218); }
div.DivClassName
{
background-color: #EC3CDA;
}
.BgClassName
{
background-color: #EC3CDA;
}
</style>
border-color css
<style>
span { border-color: #EC3CDA; }
span { border-color: rgb(236,60,218); }
td.TdClassName
{
border-color: #EC3CDA;
}
.TagClassName
{
border-color: #EC3CDA;
}
</style>