Shades of Razzle Dazzle Rose #EC3DD4
Tints of Razzle Dazzle Rose #EC3DD4
RGB
CMYK
RGB Variations
Color information
#EC3DD4 (or 0xEC3DD4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and D4. RGB value is (236,61,212). Sum of RGB (Red+Green+Blue) = 236+61+212=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DD4 is #13C22B. Grayscale: #828282. Windows color (decimal): -1294892 or 13909484. OLE color: 13909484.
HSL color Cylindrical-coordinate representation of color #EC3DD4: hue angle of 308.23º 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 #EC3DD4 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 212 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.07 |
| HSL | 308.23º | 0.82% | 0.58% | - |
| HSV(B) | 308.23º | 0.74% | 0.93% | - |
| XYZ | 48.14 | 25.92 | 64.75 | - |
| YUV | 130.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 212 | 0 | 0.74 | 0.10 | 0.07 | 308.23 | 0.82 | 0.58 |
| Hex | EC | 3D | D4 | 0 | 4A | A | 7 | 134 | 52 | 3A |
| Octal | 354 | 75 | 324 | 0 | 112 | 12 | 7 | 464 | 122 | 72 |
| Binary | 11101100 | 111101 | 11010100 | 0 | 1001010 | 1010 | 111 | 100110100 | 1010010 | 111010 |
Color Harmonies of #EC3DD4
Complementary color
Monochromatic Colors of #EC3DD4
Black with #EC3DD4
Text Example
Text Example
White with #EC3DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DD4; }
p { color: rgb(236,61,212); }
H1.HeaderClassName
{
color: #EC3DD4;
}
.AnyTagClassName
{
color: #EC3DD4;
}
</style>
background-color css
<style>
a { background-color: #EC3DD4; }
a { background-color: rgb(236,61,212); }
div.DivClassName
{
background-color: #EC3DD4;
}
.BgClassName
{
background-color: #EC3DD4;
}
</style>
border-color css
<style>
span { border-color: #EC3DD4; }
span { border-color: rgb(236,61,212); }
td.TdClassName
{
border-color: #EC3DD4;
}
.TagClassName
{
border-color: #EC3DD4;
}
</style>