Shades of Razzle Dazzle Rose #EC3AD8
Tints of Razzle Dazzle Rose #EC3AD8
RGB
CMYK
RGB Variations
Color information
#EC3AD8 (or 0xEC3AD8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and D8. RGB value is (236,58,216). Sum of RGB (Red+Green+Blue) = 236+58+216=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3AD8 is #13C527. Grayscale: #808080. Windows color (decimal): -1295656 or 14170860. OLE color: 14170860.
HSL color Cylindrical-coordinate representation of color #EC3AD8: hue angle of 306.74º 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 #EC3AD8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 216 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.07 |
| HSL | 306.74º | 0.82% | 0.58% | - |
| HSV(B) | 306.74º | 0.75% | 0.93% | - |
| XYZ | 48.5 | 25.82 | 67.39 | - |
| YUV | 129.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 216 | 0 | 0.75 | 0.08 | 0.07 | 306.74 | 0.82 | 0.58 |
| Hex | EC | 3A | D8 | 0 | 4B | 8 | 7 | 133 | 52 | 3A |
| Octal | 354 | 72 | 330 | 0 | 113 | 10 | 7 | 463 | 122 | 72 |
| Binary | 11101100 | 111010 | 11011000 | 0 | 1001011 | 1000 | 111 | 100110011 | 1010010 | 111010 |
Color Harmonies of #EC3AD8
Complementary color
Monochromatic Colors of #EC3AD8
Black with #EC3AD8
Text Example
Text Example
White with #EC3AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AD8; }
p { color: rgb(236,58,216); }
H1.HeaderClassName
{
color: #EC3AD8;
}
.AnyTagClassName
{
color: #EC3AD8;
}
</style>
background-color css
<style>
a { background-color: #EC3AD8; }
a { background-color: rgb(236,58,216); }
div.DivClassName
{
background-color: #EC3AD8;
}
.BgClassName
{
background-color: #EC3AD8;
}
</style>
border-color css
<style>
span { border-color: #EC3AD8; }
span { border-color: rgb(236,58,216); }
td.TdClassName
{
border-color: #EC3AD8;
}
.TagClassName
{
border-color: #EC3AD8;
}
</style>