Shades of Razzle Dazzle Rose #EC42D3
Tints of Razzle Dazzle Rose #EC42D3
RGB
CMYK
RGB Variations
Color information
#EC42D3 (or 0xEC42D3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and D3. RGB value is (236,66,211). Sum of RGB (Red+Green+Blue) = 236+66+211=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D3 is #13BD2C. Grayscale: #848484. Windows color (decimal): -1293613 or 13845228. OLE color: 13845228.
HSL color Cylindrical-coordinate representation of color #EC42D3: hue angle of 308.82º 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 #EC42D3 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 211 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.07 |
| HSL | 308.82º | 0.82% | 0.59% | - |
| HSV(B) | 308.82º | 0.72% | 0.93% | - |
| XYZ | 48.3 | 26.43 | 64.18 | - |
| YUV | 133.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 211 | 0 | 0.72 | 0.11 | 0.07 | 308.82 | 0.82 | 0.59 |
| Hex | EC | 42 | D3 | 0 | 48 | B | 7 | 135 | 52 | 3B |
| Octal | 354 | 102 | 323 | 0 | 110 | 13 | 7 | 465 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11010011 | 0 | 1001000 | 1011 | 111 | 100110101 | 1010010 | 111011 |
Color Harmonies of #EC42D3
Complementary color
Monochromatic Colors of #EC42D3
Black with #EC42D3
Text Example
Text Example
White with #EC42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42D3; }
p { color: rgb(236,66,211); }
H1.HeaderClassName
{
color: #EC42D3;
}
.AnyTagClassName
{
color: #EC42D3;
}
</style>
background-color css
<style>
a { background-color: #EC42D3; }
a { background-color: rgb(236,66,211); }
div.DivClassName
{
background-color: #EC42D3;
}
.BgClassName
{
background-color: #EC42D3;
}
</style>
border-color css
<style>
span { border-color: #EC42D3; }
span { border-color: rgb(236,66,211); }
td.TdClassName
{
border-color: #EC42D3;
}
.TagClassName
{
border-color: #EC42D3;
}
</style>