Shades of Razzle Dazzle Rose #EC3DDC
Tints of Razzle Dazzle Rose #EC3DDC
RGB
CMYK
RGB Variations
Color information
#EC3DDC (or 0xEC3DDC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and DC. RGB value is (236,61,220). Sum of RGB (Red+Green+Blue) = 236+61+220=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DDC is #13C223. Grayscale: #828282. Windows color (decimal): -1294884 or 14433772. OLE color: 14433772.
HSL color Cylindrical-coordinate representation of color #EC3DDC: hue angle of 305.49º 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 #EC3DDC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 220 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.07 |
| HSL | 305.49º | 0.82% | 0.58% | - |
| HSV(B) | 305.49º | 0.74% | 0.93% | - |
| XYZ | 49.18 | 26.34 | 70.2 | - |
| YUV | 131.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 220 | 0 | 0.74 | 0.07 | 0.07 | 305.49 | 0.82 | 0.58 |
| Hex | EC | 3D | DC | 0 | 4A | 7 | 7 | 131 | 52 | 3A |
| Octal | 354 | 75 | 334 | 0 | 112 | 7 | 7 | 461 | 122 | 72 |
| Binary | 11101100 | 111101 | 11011100 | 0 | 1001010 | 111 | 111 | 100110001 | 1010010 | 111010 |
Color Harmonies of #EC3DDC
Complementary color
Monochromatic Colors of #EC3DDC
Black with #EC3DDC
Text Example
Text Example
White with #EC3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DDC; }
p { color: rgb(236,61,220); }
H1.HeaderClassName
{
color: #EC3DDC;
}
.AnyTagClassName
{
color: #EC3DDC;
}
</style>
background-color css
<style>
a { background-color: #EC3DDC; }
a { background-color: rgb(236,61,220); }
div.DivClassName
{
background-color: #EC3DDC;
}
.BgClassName
{
background-color: #EC3DDC;
}
</style>
border-color css
<style>
span { border-color: #EC3DDC; }
span { border-color: rgb(236,61,220); }
td.TdClassName
{
border-color: #EC3DDC;
}
.TagClassName
{
border-color: #EC3DDC;
}
</style>