Shades of Razzle Dazzle Rose #EC2AD9
Tints of Razzle Dazzle Rose #EC2AD9
RGB
CMYK
RGB Variations
Color information
#EC2AD9 (or 0xEC2AD9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and D9. RGB value is (236,42,217). Sum of RGB (Red+Green+Blue) = 236+42+217=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AD9 is #13D526. Grayscale: #777777. Windows color (decimal): -1299751 or 14232300. OLE color: 14232300.
HSL color Cylindrical-coordinate representation of color #EC2AD9: hue angle of 305.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AD9 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 217 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.07 |
| HSL | 305.88º | 0.84% | 0.55% | - |
| HSV(B) | 305.88º | 0.82% | 0.93% | - |
| XYZ | 47.94 | 24.5 | 67.85 | - |
| YUV | 119.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 217 | 0 | 0.82 | 0.08 | 0.07 | 305.88 | 0.84 | 0.55 |
| Hex | EC | 2A | D9 | 0 | 52 | 8 | 7 | 132 | 54 | 37 |
| Octal | 354 | 52 | 331 | 0 | 122 | 10 | 7 | 462 | 124 | 67 |
| Binary | 11101100 | 101010 | 11011001 | 0 | 1010010 | 1000 | 111 | 100110010 | 1010100 | 110111 |
Color Harmonies of #EC2AD9
Complementary color
Monochromatic Colors of #EC2AD9
Black with #EC2AD9
Text Example
Text Example
White with #EC2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AD9; }
p { color: rgb(236,42,217); }
H1.HeaderClassName
{
color: #EC2AD9;
}
.AnyTagClassName
{
color: #EC2AD9;
}
</style>
background-color css
<style>
a { background-color: #EC2AD9; }
a { background-color: rgb(236,42,217); }
div.DivClassName
{
background-color: #EC2AD9;
}
.BgClassName
{
background-color: #EC2AD9;
}
</style>
border-color css
<style>
span { border-color: #EC2AD9; }
span { border-color: rgb(236,42,217); }
td.TdClassName
{
border-color: #EC2AD9;
}
.TagClassName
{
border-color: #EC2AD9;
}
</style>