Shades of Razzle Dazzle Rose #EC3ADF
Tints of Razzle Dazzle Rose #EC3ADF
RGB
CMYK
RGB Variations
Color information
#EC3ADF (or 0xEC3ADF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and DF. RGB value is (236,58,223). Sum of RGB (Red+Green+Blue) = 236+58+223=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ADF is #13C520. Grayscale: #818181. Windows color (decimal): -1295649 or 14629612. OLE color: 14629612.
HSL color Cylindrical-coordinate representation of color #EC3ADF: hue angle of 304.38º 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 #EC3ADF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 223 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.07 |
| HSL | 304.38º | 0.82% | 0.58% | - |
| HSV(B) | 304.38º | 0.75% | 0.93% | - |
| XYZ | 49.42 | 26.19 | 72.26 | - |
| YUV | 130.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 223 | 0 | 0.75 | 0.06 | 0.07 | 304.38 | 0.82 | 0.58 |
| Hex | EC | 3A | DF | 0 | 4B | 6 | 7 | 130 | 52 | 3A |
| Octal | 354 | 72 | 337 | 0 | 113 | 6 | 7 | 460 | 122 | 72 |
| Binary | 11101100 | 111010 | 11011111 | 0 | 1001011 | 110 | 111 | 100110000 | 1010010 | 111010 |
Color Harmonies of #EC3ADF
Complementary color
Monochromatic Colors of #EC3ADF
Black with #EC3ADF
Text Example
Text Example
White with #EC3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ADF; }
p { color: rgb(236,58,223); }
H1.HeaderClassName
{
color: #EC3ADF;
}
.AnyTagClassName
{
color: #EC3ADF;
}
</style>
background-color css
<style>
a { background-color: #EC3ADF; }
a { background-color: rgb(236,58,223); }
div.DivClassName
{
background-color: #EC3ADF;
}
.BgClassName
{
background-color: #EC3ADF;
}
</style>
border-color css
<style>
span { border-color: #EC3ADF; }
span { border-color: rgb(236,58,223); }
td.TdClassName
{
border-color: #EC3ADF;
}
.TagClassName
{
border-color: #EC3ADF;
}
</style>