Shades of Razzle Dazzle Rose #EC3DDA
Tints of Razzle Dazzle Rose #EC3DDA
RGB
CMYK
RGB Variations
Color information
#EC3DDA (or 0xEC3DDA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and DA. RGB value is (236,61,218). Sum of RGB (Red+Green+Blue) = 236+61+218=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DDA is #13C225. Grayscale: #828282. Windows color (decimal): -1294886 or 14302700. OLE color: 14302700.
HSL color Cylindrical-coordinate representation of color #EC3DDA: hue angle of 306.17º 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 #EC3DDA is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 218 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.07 |
| HSL | 306.17º | 0.82% | 0.58% | - |
| HSV(B) | 306.17º | 0.74% | 0.93% | - |
| XYZ | 48.92 | 26.23 | 68.81 | - |
| YUV | 131.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 218 | 0 | 0.74 | 0.08 | 0.07 | 306.17 | 0.82 | 0.58 |
| Hex | EC | 3D | DA | 0 | 4A | 8 | 7 | 132 | 52 | 3A |
| Octal | 354 | 75 | 332 | 0 | 112 | 10 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111101 | 11011010 | 0 | 1001010 | 1000 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3DDA
Complementary color
Monochromatic Colors of #EC3DDA
Black with #EC3DDA
Text Example
Text Example
White with #EC3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DDA; }
p { color: rgb(236,61,218); }
H1.HeaderClassName
{
color: #EC3DDA;
}
.AnyTagClassName
{
color: #EC3DDA;
}
</style>
background-color css
<style>
a { background-color: #EC3DDA; }
a { background-color: rgb(236,61,218); }
div.DivClassName
{
background-color: #EC3DDA;
}
.BgClassName
{
background-color: #EC3DDA;
}
</style>
border-color css
<style>
span { border-color: #EC3DDA; }
span { border-color: rgb(236,61,218); }
td.TdClassName
{
border-color: #EC3DDA;
}
.TagClassName
{
border-color: #EC3DDA;
}
</style>