Shades of Razzle Dazzle Rose #EC42C7
Tints of Razzle Dazzle Rose #EC42C7
RGB
CMYK
RGB Variations
Color information
#EC42C7 (or 0xEC42C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and C7. RGB value is (236,66,199). Sum of RGB (Red+Green+Blue) = 236+66+199=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42C7 is #13BD38. Grayscale: #838383. Windows color (decimal): -1293625 or 13058796. OLE color: 13058796.
HSL color Cylindrical-coordinate representation of color #EC42C7: hue angle of 313.06º 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 #EC42C7 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 199 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.07 |
| HSL | 313.06º | 0.82% | 0.59% | - |
| HSV(B) | 313.06º | 0.72% | 0.93% | - |
| XYZ | 46.85 | 25.85 | 56.55 | - |
| YUV | 131.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 199 | 0 | 0.72 | 0.16 | 0.07 | 313.06 | 0.82 | 0.59 |
| Hex | EC | 42 | C7 | 0 | 48 | 10 | 7 | 139 | 52 | 3B |
| Octal | 354 | 102 | 307 | 0 | 110 | 20 | 7 | 471 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11000111 | 0 | 1001000 | 10000 | 111 | 100111001 | 1010010 | 111011 |
Color Harmonies of #EC42C7
Complementary color
Monochromatic Colors of #EC42C7
Black with #EC42C7
Text Example
Text Example
White with #EC42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42C7; }
p { color: rgb(236,66,199); }
H1.HeaderClassName
{
color: #EC42C7;
}
.AnyTagClassName
{
color: #EC42C7;
}
</style>
background-color css
<style>
a { background-color: #EC42C7; }
a { background-color: rgb(236,66,199); }
div.DivClassName
{
background-color: #EC42C7;
}
.BgClassName
{
background-color: #EC42C7;
}
</style>
border-color css
<style>
span { border-color: #EC42C7; }
span { border-color: rgb(236,66,199); }
td.TdClassName
{
border-color: #EC42C7;
}
.TagClassName
{
border-color: #EC42C7;
}
</style>