Shades of Razzle Dazzle Rose #EC3ADA
Tints of Razzle Dazzle Rose #EC3ADA
RGB
CMYK
RGB Variations
Color information
#EC3ADA (or 0xEC3ADA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and DA. RGB value is (236,58,218). Sum of RGB (Red+Green+Blue) = 236+58+218=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ADA is #13C525. Grayscale: #818181. Windows color (decimal): -1295654 or 14301932. OLE color: 14301932.
HSL color Cylindrical-coordinate representation of color #EC3ADA: hue angle of 306.07º 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 #EC3ADA is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 218 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.07 |
| HSL | 306.07º | 0.82% | 0.58% | - |
| HSV(B) | 306.07º | 0.75% | 0.93% | - |
| XYZ | 48.76 | 25.92 | 68.76 | - |
| YUV | 129.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 218 | 0 | 0.75 | 0.08 | 0.07 | 306.07 | 0.82 | 0.58 |
| Hex | EC | 3A | DA | 0 | 4B | 8 | 7 | 132 | 52 | 3A |
| Octal | 354 | 72 | 332 | 0 | 113 | 10 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111010 | 11011010 | 0 | 1001011 | 1000 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3ADA
Complementary color
Monochromatic Colors of #EC3ADA
Black with #EC3ADA
Text Example
Text Example
White with #EC3ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ADA; }
p { color: rgb(236,58,218); }
H1.HeaderClassName
{
color: #EC3ADA;
}
.AnyTagClassName
{
color: #EC3ADA;
}
</style>
background-color css
<style>
a { background-color: #EC3ADA; }
a { background-color: rgb(236,58,218); }
div.DivClassName
{
background-color: #EC3ADA;
}
.BgClassName
{
background-color: #EC3ADA;
}
</style>
border-color css
<style>
span { border-color: #EC3ADA; }
span { border-color: rgb(236,58,218); }
td.TdClassName
{
border-color: #EC3ADA;
}
.TagClassName
{
border-color: #EC3ADA;
}
</style>