Shades of Razzle Dazzle Rose #EC44C3
Tints of Razzle Dazzle Rose #EC44C3
RGB
CMYK
RGB Variations
Color information
#EC44C3 (or 0xEC44C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 44 and C3. RGB value is (236,68,195). Sum of RGB (Red+Green+Blue) = 236+68+195=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44C3 is #13BB3C. Grayscale: #848484. Windows color (decimal): -1293117 or 12797164. OLE color: 12797164.
HSL color Cylindrical-coordinate representation of color #EC44C3: hue angle of 314.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44C3 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 195 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.07 |
| HSL | 314.64º | 0.82% | 0.6% | - |
| HSV(B) | 314.64º | 0.71% | 0.93% | - |
| XYZ | 46.51 | 25.91 | 54.18 | - |
| YUV | 132.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 195 | 0 | 0.71 | 0.17 | 0.07 | 314.64 | 0.82 | 0.6 |
| Hex | EC | 44 | C3 | 0 | 47 | 11 | 7 | 13B | 52 | 3C |
| Octal | 354 | 104 | 303 | 0 | 107 | 21 | 7 | 473 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11000011 | 0 | 1000111 | 10001 | 111 | 100111011 | 1010010 | 111100 |
Color Harmonies of #EC44C3
Complementary color
Monochromatic Colors of #EC44C3
Black with #EC44C3
Text Example
Text Example
White with #EC44C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44C3; }
p { color: rgb(236,68,195); }
H1.HeaderClassName
{
color: #EC44C3;
}
.AnyTagClassName
{
color: #EC44C3;
}
</style>
background-color css
<style>
a { background-color: #EC44C3; }
a { background-color: rgb(236,68,195); }
div.DivClassName
{
background-color: #EC44C3;
}
.BgClassName
{
background-color: #EC44C3;
}
</style>
border-color css
<style>
span { border-color: #EC44C3; }
span { border-color: rgb(236,68,195); }
td.TdClassName
{
border-color: #EC44C3;
}
.TagClassName
{
border-color: #EC44C3;
}
</style>