Shades of Razzle Dazzle Rose #EC42B4
Tints of Razzle Dazzle Rose #EC42B4
RGB
CMYK
RGB Variations
Color information
#EC42B4 (or 0xEC42B4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and B4. RGB value is (236,66,180). Sum of RGB (Red+Green+Blue) = 236+66+180=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42B4 is #13BD4B. Grayscale: #818181. Windows color (decimal): -1293644 or 11813612. OLE color: 11813612.
HSL color Cylindrical-coordinate representation of color #EC42B4: hue angle of 319.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42B4 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 180 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.07 |
| HSL | 319.76º | 0.82% | 0.59% | - |
| HSV(B) | 319.76º | 0.72% | 0.93% | - |
| XYZ | 44.78 | 25.02 | 45.65 | - |
| YUV | 129.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 180 | 0 | 0.72 | 0.24 | 0.07 | 319.76 | 0.82 | 0.59 |
| Hex | EC | 42 | B4 | 0 | 48 | 18 | 7 | 140 | 52 | 3B |
| Octal | 354 | 102 | 264 | 0 | 110 | 30 | 7 | 500 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10110100 | 0 | 1001000 | 11000 | 111 | 101000000 | 1010010 | 111011 |
Color Harmonies of #EC42B4
Complementary color
Monochromatic Colors of #EC42B4
Black with #EC42B4
Text Example
Text Example
White with #EC42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42B4; }
p { color: rgb(236,66,180); }
H1.HeaderClassName
{
color: #EC42B4;
}
.AnyTagClassName
{
color: #EC42B4;
}
</style>
background-color css
<style>
a { background-color: #EC42B4; }
a { background-color: rgb(236,66,180); }
div.DivClassName
{
background-color: #EC42B4;
}
.BgClassName
{
background-color: #EC42B4;
}
</style>
border-color css
<style>
span { border-color: #EC42B4; }
span { border-color: rgb(236,66,180); }
td.TdClassName
{
border-color: #EC42B4;
}
.TagClassName
{
border-color: #EC42B4;
}
</style>