Shades of Razzle Dazzle Rose #EC42CD
Tints of Razzle Dazzle Rose #EC42CD
RGB
CMYK
RGB Variations
Color information
#EC42CD (or 0xEC42CD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and CD. RGB value is (236,66,205). Sum of RGB (Red+Green+Blue) = 236+66+205=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42CD is #13BD32. Grayscale: #848484. Windows color (decimal): -1293619 or 13452012. OLE color: 13452012.
HSL color Cylindrical-coordinate representation of color #EC42CD: hue angle of 310.94º 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 #EC42CD is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 205 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.07 |
| HSL | 310.94º | 0.82% | 0.59% | - |
| HSV(B) | 310.94º | 0.72% | 0.93% | - |
| XYZ | 47.56 | 26.14 | 60.3 | - |
| YUV | 132.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 205 | 0 | 0.72 | 0.13 | 0.07 | 310.94 | 0.82 | 0.59 |
| Hex | EC | 42 | CD | 0 | 48 | D | 7 | 137 | 52 | 3B |
| Octal | 354 | 102 | 315 | 0 | 110 | 15 | 7 | 467 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11001101 | 0 | 1001000 | 1101 | 111 | 100110111 | 1010010 | 111011 |
Color Harmonies of #EC42CD
Complementary color
Monochromatic Colors of #EC42CD
Black with #EC42CD
Text Example
Text Example
White with #EC42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42CD; }
p { color: rgb(236,66,205); }
H1.HeaderClassName
{
color: #EC42CD;
}
.AnyTagClassName
{
color: #EC42CD;
}
</style>
background-color css
<style>
a { background-color: #EC42CD; }
a { background-color: rgb(236,66,205); }
div.DivClassName
{
background-color: #EC42CD;
}
.BgClassName
{
background-color: #EC42CD;
}
</style>
border-color css
<style>
span { border-color: #EC42CD; }
span { border-color: rgb(236,66,205); }
td.TdClassName
{
border-color: #EC42CD;
}
.TagClassName
{
border-color: #EC42CD;
}
</style>