Shades of Razzle Dazzle Rose #EC42CC
Tints of Razzle Dazzle Rose #EC42CC
RGB
CMYK
RGB Variations
Color information
#EC42CC (or 0xEC42CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and CC. RGB value is (236,66,204). Sum of RGB (Red+Green+Blue) = 236+66+204=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42CC is #13BD33. Grayscale: #848484. Windows color (decimal): -1293620 or 13386476. OLE color: 13386476.
HSL color Cylindrical-coordinate representation of color #EC42CC: hue angle of 311.29º 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 #EC42CC is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 204 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.07 |
| HSL | 311.29º | 0.82% | 0.59% | - |
| HSV(B) | 311.29º | 0.72% | 0.93% | - |
| XYZ | 47.44 | 26.09 | 59.66 | - |
| YUV | 132.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 204 | 0 | 0.72 | 0.14 | 0.07 | 311.29 | 0.82 | 0.59 |
| Hex | EC | 42 | CC | 0 | 48 | E | 7 | 137 | 52 | 3B |
| Octal | 354 | 102 | 314 | 0 | 110 | 16 | 7 | 467 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11001100 | 0 | 1001000 | 1110 | 111 | 100110111 | 1010010 | 111011 |
Color Harmonies of #EC42CC
Complementary color
Monochromatic Colors of #EC42CC
Black with #EC42CC
Text Example
Text Example
White with #EC42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42CC; }
p { color: rgb(236,66,204); }
H1.HeaderClassName
{
color: #EC42CC;
}
.AnyTagClassName
{
color: #EC42CC;
}
</style>
background-color css
<style>
a { background-color: #EC42CC; }
a { background-color: rgb(236,66,204); }
div.DivClassName
{
background-color: #EC42CC;
}
.BgClassName
{
background-color: #EC42CC;
}
</style>
border-color css
<style>
span { border-color: #EC42CC; }
span { border-color: rgb(236,66,204); }
td.TdClassName
{
border-color: #EC42CC;
}
.TagClassName
{
border-color: #EC42CC;
}
</style>