Shades of Razzle Dazzle Rose #EC43C3
Tints of Razzle Dazzle Rose #EC43C3
RGB
CMYK
RGB Variations
Color information
#EC43C3 (or 0xEC43C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 43 and C3. RGB value is (236,67,195). Sum of RGB (Red+Green+Blue) = 236+67+195=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC43C3 is #13BC3C. Grayscale: #838383. Windows color (decimal): -1293373 or 12796908. OLE color: 12796908.
HSL color Cylindrical-coordinate representation of color #EC43C3: hue angle of 314.56º 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 #EC43C3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 195 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.07 |
| HSL | 314.56º | 0.82% | 0.59% | - |
| HSV(B) | 314.56º | 0.72% | 0.93% | - |
| XYZ | 46.45 | 25.79 | 54.16 | - |
| YUV | 132.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 195 | 0 | 0.72 | 0.17 | 0.07 | 314.56 | 0.82 | 0.59 |
| Hex | EC | 43 | C3 | 0 | 48 | 11 | 7 | 13B | 52 | 3B |
| Octal | 354 | 103 | 303 | 0 | 110 | 21 | 7 | 473 | 122 | 73 |
| Binary | 11101100 | 1000011 | 11000011 | 0 | 1001000 | 10001 | 111 | 100111011 | 1010010 | 111011 |
Color Harmonies of #EC43C3
Complementary color
Monochromatic Colors of #EC43C3
Black with #EC43C3
Text Example
Text Example
White with #EC43C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43C3; }
p { color: rgb(236,67,195); }
H1.HeaderClassName
{
color: #EC43C3;
}
.AnyTagClassName
{
color: #EC43C3;
}
</style>
background-color css
<style>
a { background-color: #EC43C3; }
a { background-color: rgb(236,67,195); }
div.DivClassName
{
background-color: #EC43C3;
}
.BgClassName
{
background-color: #EC43C3;
}
</style>
border-color css
<style>
span { border-color: #EC43C3; }
span { border-color: rgb(236,67,195); }
td.TdClassName
{
border-color: #EC43C3;
}
.TagClassName
{
border-color: #EC43C3;
}
</style>